reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
 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;