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

References

lib/Target/X86/X86ISelLowering.cpp
  785       setTruncStoreAction(InnerVT, VT, Expand);
  787       setLoadExtAction(ISD::SEXTLOAD, InnerVT, VT, Expand);
  788       setLoadExtAction(ISD::ZEXTLOAD, InnerVT, VT, Expand);
  795         setLoadExtAction(ISD::EXTLOAD, InnerVT, VT, Expand);
  800         setLoadExtAction(ISD::EXTLOAD, InnerVT, VT, Expand);