Searched refs:hasFloatingRepresentation (Results 1 – 16 of 16) sorted by relevance
231 if ((DeclRef1->getType()->hasFloatingRepresentation()) && in checkComparisonOp()232 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()245 } else if (LHS->getType()->hasFloatingRepresentation()) { in checkComparisonOp()
230 if ((DeclRef1->getType()->hasFloatingRepresentation()) && in checkComparisonOp()231 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()244 } else if (LHS->getType()->hasFloatingRepresentation()) { in checkComparisonOp()
291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)
1828 bool hasFloatingRepresentation() const;
307 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)
2219 bool hasFloatingRepresentation() const;
11224 if (LHSType->hasFloatingRepresentation() || in diagnoseTautologicalComparison()11450 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()11525 if (Type->hasFloatingRepresentation() && BinaryOperator::isEqualityOp(Opc)) in checkArithmeticOrEnumeralCompare()12082 LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()12083 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()12215 !getLangOpts().OpenCLCPlusPlus && vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()12325 if (LHS.get()->getType()->hasFloatingRepresentation() || in CheckBitwiseOperands()12326 RHS.get()->getType()->hasFloatingRepresentation()) in CheckBitwiseOperands()
3646 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
985 if (ArgTy->hasFloatingRepresentation()) in EmitCompare()
7900 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()
9063 if (!LHSType->hasFloatingRepresentation() && in CheckCompareOperands()9154 if (LHSType->hasFloatingRepresentation()) in CheckCompareOperands()9484 if (!LHSType->hasFloatingRepresentation() && in CheckVectorCompareOperands()9499 if (!IsRelational && LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()9500 assert (RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()9518 vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()
3039 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
1792 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type
2102 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type
3822 (EltTy->hasFloatingRepresentation() && !EltTy->isBFloat16Type() && \ in getScalableVectorType()3824 (EltTy->hasFloatingRepresentation() && EltTy->isBFloat16Type() && \ in getScalableVectorType()
6444 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()