Searched refs:PromotedLdStVT (Results 1 – 2 of 2) sorted by relevance
768 void addTypeForNEON(MVT VT, MVT PromotedLdStVT);
158 void ARMTargetLowering::addTypeForNEON(MVT VT, MVT PromotedLdStVT) { in addTypeForNEON() argument159 if (VT != PromotedLdStVT) { in addTypeForNEON()161 AddPromotedToType (ISD::LOAD, VT, PromotedLdStVT); in addTypeForNEON()164 AddPromotedToType (ISD::STORE, VT, PromotedLdStVT); in addTypeForNEON()