Home
last modified time | relevance | path

Searched refs:SDTCVecEltisVT_Info (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp939 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()
DCodeGenDAGPatterns.h203 } SDTCVecEltisVT_Info; member