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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 8246   if (InputLoad->getOpcode() == ISD::BITCAST)
 8247     InputLoad = &InputLoad->getOperand(0);
 8247     InputLoad = &InputLoad->getOperand(0);
 8248   if (InputLoad->getOpcode() == ISD::SCALAR_TO_VECTOR)
 8249     InputLoad = &InputLoad->getOperand(0);
 8249     InputLoad = &InputLoad->getOperand(0);
 8250   if (InputLoad->getOpcode() != ISD::LOAD)
 8252   LoadSDNode *LD = cast<LoadSDNode>(*InputLoad);
 8253   return ISD::isNormalLoad(LD) ? InputLoad : nullptr;