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)
2367 bool hasFloatingRepresentation() const;
4168 !E->isLValue() && ExprTy->hasFloatingRepresentation()) in ActOnParenExpr()12286 if (LHSType->hasFloatingRepresentation() || in diagnoseTautologicalComparison()12512 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()12587 if (Type->hasFloatingRepresentation()) in checkArithmeticOrEnumeralCompare()13217 if (LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()13218 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()13251 if (LHSType->hasFloatingRepresentation()) { in CheckSizelessVectorCompareOperands()13252 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckSizelessVectorCompareOperands()13402 vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()13554 if (LHS.get()->getType()->hasFloatingRepresentation() || in CheckBitwiseOperands()[all …]
4223 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
7789 if (!ArgTy->hasFloatingRepresentation()) in SemaBuiltinArithmeticFence()
1011 if (ArgTy->hasFloatingRepresentation()) in EmitCompare()
8278 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()
2154 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type
4009 (EltTy->hasFloatingRepresentation() && !EltTy->isBFloat16Type() && \ in getScalableVectorType()4011 (EltTy->hasFloatingRepresentation() && EltTy->isBFloat16Type() && \ in getScalableVectorType()4027 (EltTy->hasFloatingRepresentation() && IsFP)) && \ in getScalableVectorType()