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