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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
  773         setTruncStoreAction(VT, InnerVT, Expand);
  774         setLoadExtAction(ISD::SEXTLOAD, VT, InnerVT, Expand);
  775         setLoadExtAction(ISD::ZEXTLOAD, VT, InnerVT, Expand);
  776         setLoadExtAction(ISD::EXTLOAD, VT, InnerVT, Expand);