Home | History | Annotate | Download | only in TableGen

Lines Matching defs:isVector

35 static inline bool isVector(MVT::SimpleValueType VT) {
36 return EVT(VT).isVector();
39 return !EVT(VT).isVector();
119 if (isVector(TypeVec[i]))
296 return FillWithPossibleTypes(TP, isVector, "vector");
303 if (!isVector(TypeVec[i])) {
528 assert(isVector(TypeVec[i]) && "EnforceVector didn't work");