reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);