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

References

lib/Target/PowerPC/PPCISelLowering.cpp
  663         setTruncStoreAction(VT, InnerVT, Expand);
  664         setLoadExtAction(ISD::SEXTLOAD, VT, InnerVT, Expand);
  665         setLoadExtAction(ISD::ZEXTLOAD, VT, InnerVT, Expand);
  666         setLoadExtAction(ISD::EXTLOAD, VT, InnerVT, Expand);