reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2475 if (Lo.getOpcode() == ISD::FNEG) { 2476 Lo = stripBitcast(Lo.getOperand(0)); 2476 Lo = stripBitcast(Lo.getOperand(0)); 2485 if (isExtractHiElt(Lo, Lo)) 2485 if (isExtractHiElt(Lo, Lo)) 2491 Lo = stripExtractLoElt(Lo); 2491 Lo = stripExtractLoElt(Lo); 2494 if (Lo == Hi && !isInlineImmediate(Lo.getNode())) { 2494 if (Lo == Hi && !isInlineImmediate(Lo.getNode())) { 2498 Src = Lo;