Home | History | Annotate | Download | only in TableGen

Lines Matching defs:isScalar

44 static inline bool isScalar(MVT::SimpleValueType VT) {
122 return std::any_of(TypeVec.begin(), TypeVec.end(), isScalar);
287 return FillWithPossibleTypes(TP, isScalar, "scalar");
296 std::not1(std::ptr_fun(isScalar))),