Searched refs:hasNoInfs (Results 1 – 7 of 7) sorted by relevance
164 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction166 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
1059 if (FPO->hasNoInfs()) in WriteOptimizationInfo()
275 bool hasNoInfs() const;
281 bool hasNoInfs() const { in hasNoInfs() function
361 bool hasNoInfs() const { return NoInfs; }
819 if (FPMO->hasNoInfs()) in GetOptimizationFlags()
821 (FMF.noInfs() || FSub->hasNoInfs())) in SimplifyFAddInst()