Searched refs:hasNoInfs (Results 1 – 18 of 18) sorted by relevance
114 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
7877 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()
255 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction257 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
1304 if (FPO->hasNoInfs()) in WriteOptimizationInfo()
466 bool hasNoInfs() const;
342 bool hasNoInfs() const { in hasNoInfs() function
1309 if (!I.hasNoInfs()) in foldFDivPowDivisor()1419 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
6184 if (!LHSI->hasNoInfs() || !I.hasNoInfs()) in foldFCmpReciprocalAndZero()
402 setNoInfs(FPMO.hasNoInfs());428 bool hasNoInfs() const { return NoInfs; }
570 if (getFlags().hasNoInfs()) in print_details()
1000 if (Flags.hasNoInfs()) in EmitMachineNode()
14362 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()14419 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()14530 if (!Flags.hasNoSignedZeros() || !Flags.hasNoInfs() || !Flags.hasNoNaNs() || in visitFPOW()14561 if ((!Flags.hasNoSignedZeros() && ExponentIs025) || !Flags.hasNoInfs() || in visitFPOW()15006 if (AF.isInfinity() || (Flags.hasNoInfs() && AF.isLargest())) { in visitFMinMax()
7876 if (Flags.hasNoInfs() && (HasInf || X.isUndef() || Y.isUndef())) in simplifyFPBinop()10611 !Flags.hasNoInfs() ? APFloat::getInf(Semantics) : in getNeutralElement()
1635 if (!Pow->doesNotAccessMemory() && !Pow->hasNoInfs() && in replacePowWithSqrt()1651 if (!Pow->hasNoInfs()) { in replacePowWithSqrt()
3173 if (ScalarBits == 16 && !FMulFlags.hasNoInfs() && IsUnsigned) in transformFixedFloatingPointConversion()3283 if (ScalarBits == 16 && !Flags.hasNoInfs() && IsUnsigned) in tryFP_TO_INT()
1476 if (FPMO->hasNoInfs()) in getOptimizationFlags()
3659 if (FPMathOp->hasNoInfs()) in isKnownNeverInfinity()
5740 (C->isInfinity() || (Q.CxtI->hasNoInfs() && C->isLargest()))) { in simplifyBinaryIntrinsic()