Searched refs:hasFloatingRepresentation (Results 1 – 10 of 10) sorted by relevance
230 if ((DeclRef1->getType()->hasFloatingRepresentation()) && in checkComparisonOp()231 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()244 } else if (LHS->getType()->hasFloatingRepresentation()) { in checkComparisonOp()
307 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)
2227 bool hasFloatingRepresentation() const;
4058 !E->isLValue() && ExprTy->hasFloatingRepresentation()) in ActOnParenExpr()11426 if (LHSType->hasFloatingRepresentation() || in diagnoseTautologicalComparison()11652 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()11727 if (Type->hasFloatingRepresentation() && BinaryOperator::isEqualityOp(Opc)) in checkArithmeticOrEnumeralCompare()12312 LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()12313 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()12454 !getLangOpts().OpenCLCPlusPlus && vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()12564 if (LHS.get()->getType()->hasFloatingRepresentation() || in CheckBitwiseOperands()12565 RHS.get()->getType()->hasFloatingRepresentation()) in CheckBitwiseOperands()
3792 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
6673 if (!ArgTy->hasFloatingRepresentation()) in SemaBuiltinArithmeticFence()
990 if (ArgTy->hasFloatingRepresentation()) in EmitCompare()
8005 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()
3893 (EltTy->hasFloatingRepresentation() && !EltTy->isBFloat16Type() && \ in getScalableVectorType()3895 (EltTy->hasFloatingRepresentation() && EltTy->isBFloat16Type() && \ in getScalableVectorType()3911 (EltTy->hasFloatingRepresentation() && IsFP)) && \ in getScalableVectorType()
2106 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type