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)
2303 bool hasFloatingRepresentation() const;
4165 !E->isLValue() && ExprTy->hasFloatingRepresentation()) in ActOnParenExpr()12025 if (LHSType->hasFloatingRepresentation() || in diagnoseTautologicalComparison()12251 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()12326 if (Type->hasFloatingRepresentation()) in checkArithmeticOrEnumeralCompare()12936 if (LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()12937 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()12970 if (LHSType->hasFloatingRepresentation()) { in CheckSizelessVectorCompareOperands()12971 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckSizelessVectorCompareOperands()13121 vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()13267 if (LHS.get()->getType()->hasFloatingRepresentation() || in CheckBitwiseOperands()[all …]
4105 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
7584 if (!ArgTy->hasFloatingRepresentation()) in SemaBuiltinArithmeticFence()
993 if (ArgTy->hasFloatingRepresentation()) in EmitCompare()
8153 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()
3979 (EltTy->hasFloatingRepresentation() && !EltTy->isBFloat16Type() && \ in getScalableVectorType()3981 (EltTy->hasFloatingRepresentation() && EltTy->isBFloat16Type() && \ in getScalableVectorType()3997 (EltTy->hasFloatingRepresentation() && IsFP)) && \ in getScalableVectorType()
2130 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type