Home | History | Annotate | Download | only in TableGen

Lines Matching defs:isVector

41 static inline bool isVector(MVT::SimpleValueType VT) {
42 return MVT(VT).isVector();
45 return !MVT(VT).isVector();
128 return std::any_of(TypeVec.begin(), TypeVec.end(), isVector);
314 return FillWithPossibleTypes(TP, isVector, "vector");
321 std::not1(std::ptr_fun(isVector))),
401 if (OtherVT.isVector() != Smallest.isVector())
434 if (OtherVT.isVector() != Largest.isVector())
940 if (MVT(x.SDTCVecEltisVT_Info.VT).isVector())