Searched refs:PromotedLdStVT (Results 1 – 2 of 2) sorted by relevance
788 void addTypeForNEON(MVT VT, MVT PromotedLdStVT);
170 void ARMTargetLowering::addTypeForNEON(MVT VT, MVT PromotedLdStVT) { in addTypeForNEON() argument171 if (VT != PromotedLdStVT) { in addTypeForNEON()173 AddPromotedToType (ISD::LOAD, VT, PromotedLdStVT); in addTypeForNEON()176 AddPromotedToType (ISD::STORE, VT, PromotedLdStVT); in addTypeForNEON()