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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 5287        (ISD::isSEXTLoad(N0.getNode()) && N0.hasOneUse()))) {
 9284   bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node)
lib/Target/ARM/ARMISelLowering.cpp
 8268   if (N->getOpcode() == ISD::SIGN_EXTEND || ISD::isSEXTLoad(N))
 8359     assert((ISD::isSEXTLoad(LD) || ISD::isZEXTLoad(LD)) &&
 8364     unsigned Opcode = ISD::isSEXTLoad(LD) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;