Home | History | Annotate | Download | only in TableGen

Lines Matching refs:isFloatingPoint

38 static inline bool isFloatingPoint(MVT::SimpleValueType VT) {
39 return MVT(VT).isFloatingPoint();
117 return std::any_of(TypeVec.begin(), TypeVec.end(), isFloatingPoint);
260 return FillWithPossibleTypes(TP, isFloatingPoint, "floating point");
269 std::not1(std::ptr_fun(isFloatingPoint))),
943 !MVT(x.SDTCVecEltisVT_Info.VT).isFloatingPoint())