reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
311 setTruncStoreAction(VT, InnerVT, Expand); 312 setLoadExtAction(ISD::SEXTLOAD, VT, InnerVT, Expand); 313 setLoadExtAction(ISD::ZEXTLOAD, VT, InnerVT, Expand); 314 setLoadExtAction(ISD::EXTLOAD, VT, InnerVT, Expand);