Searched refs:isRealType (Results 1 – 6 of 6) sorted by relevance
138 if (!DestType->isRealType() || !SubType->isIntegerType()) in isLossOfPrecision()
281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
1935 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
491 if (!QT->isRealType()) in rewriteToObjCProperty()
1943 bool Type::isRealType() const { in isRealType() function in Type
6205 if (!type->isRealType()) return false; in breakDownVectorType()8794 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()8795 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()11610 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()