Home | History | Annotate | Download | only in TableGen

Lines Matching full:isinteger

34 static inline bool isInteger(MVT::SimpleValueType VT) {
35 return MVT(VT).isInteger();
111 if (isInteger(TypeVec[i]))
251 return FillWithPossibleTypes(TP, isInteger, "integer");
259 if (!isInteger(TypeVec[i]))