Searched refs:hasFloatingRepresentation (Results 1 – 11 of 11) sorted by relevance
230 if ((DeclRef1->getType()->hasFloatingRepresentation()) && in checkComparisonOp()231 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()244 } else if (LHS->getType()->hasFloatingRepresentation()) { in checkComparisonOp()
305 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()
307 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)
2478 bool hasFloatingRepresentation() const;
4345 !E->isLValue() && ExprTy->hasFloatingRepresentation()) in ActOnParenExpr()12719 if (LHSType->hasFloatingRepresentation() || in diagnoseTautologicalComparison()12950 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()13025 if (Type->hasFloatingRepresentation()) in checkArithmeticOrEnumeralCompare()13662 if (LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()13663 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()13696 if (LHSType->hasFloatingRepresentation()) { in CheckSizelessVectorCompareOperands()13697 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckSizelessVectorCompareOperands()13847 vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()13999 if (LHS.get()->getType()->hasFloatingRepresentation() || in CheckBitwiseOperands()[all …]
4275 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
9540 if (!ArgTy->hasFloatingRepresentation()) in SemaBuiltinArithmeticFence()
1014 if (ArgTy->hasFloatingRepresentation()) in EmitCompare()
2269 if (!ParamType->hasFloatingRepresentation()) in canApplyNoFPClass()
3984 (EltTy->hasFloatingRepresentation() && !EltTy->isBFloat16Type() && \ in getScalableVectorType()3986 (EltTy->hasFloatingRepresentation() && EltTy->isBFloat16Type() && \ in getScalableVectorType()4003 (EltTy->hasFloatingRepresentation() && !EltTy->isBFloat16Type() && \ in getScalableVectorType()4005 (EltTy->hasFloatingRepresentation() && EltTy->isBFloat16Type() && \ in getScalableVectorType()
2195 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type