Searched refs:hasNoInfs (Results 1 – 14 of 14) sorted by relevance
324 bool hasNoInfs() const;
209 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction211 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
1263 if (FPO->hasNoInfs()) in WriteOptimizationInfo()
413 bool hasNoInfs() const;
338 bool hasNoInfs() const { in hasNoInfs() function
532 if (getFlags().hasNoInfs()) in print_details()
865 if (Flags.hasNoInfs()) in EmitMachineNode()
12946 if (!Flags.hasNoSignedZeros() || !Flags.hasNoInfs() || !Flags.hasNoNaNs() || in visitFPOW()12977 if ((!Flags.hasNoSignedZeros() && ExponentIs025) || !Flags.hasNoInfs() || in visitFPOW()
395 setNoInfs(FPMO.hasNoInfs());463 bool hasNoInfs() const { return NoInfs; }
1297 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
5950 if (!LHSI->hasNoInfs() || !I.hasNoInfs()) in foldFCmpReciprocalAndZero()
1593 Pow->hasNoInfs() && BaseF->isNormal() && !BaseF->isNegative()) { in replacePowWithExp()1664 if (!Pow->hasNoInfs()) { in replacePowWithSqrt()
3202 if (FPMathOp->hasNoInfs()) in isKnownNeverInfinity()
1407 if (FPMO->hasNoInfs()) in getOptimizationFlags()