Searched refs:SDTCVecEltisVT_Info (Results 1 – 2 of 2) sorted by relevance
939 x.SDTCVecEltisVT_Info.VT = getValueType(R->getValueAsDef("VT")); in SDTypeConstraint()940 if (MVT(x.SDTCVecEltisVT_Info.VT).isVector()) in SDTypeConstraint()942 if (!MVT(x.SDTCVecEltisVT_Info.VT).isInteger() && in SDTypeConstraint()943 !MVT(x.SDTCVecEltisVT_Info.VT).isFloatingPoint()) in SDTypeConstraint()1073 EnforceVectorEltTypeIs(x.SDTCVecEltisVT_Info.VT, TP); in ApplyTypeConstraint()
203 } SDTCVecEltisVT_Info; member