Searched refs:setNoInfs (Results 1 – 7 of 7) sorted by relevance
197 void setNoInfs() { Flags |= NoInfs; } in setNoInfs() function203 setNoInfs(); in setUnsafeAlgebra()
193 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
359 void setNoInfs(bool b) { NoInfs = b; }
71 FMF.setNoInfs(); in CodeGenFunction()
892 FMF.setNoInfs(); in getDecodedFastMathFlags()
2623 Flags.setNoInfs(FMF.noInfs()); in visitBinary()
6288 Flags.setNoInfs(true); in LowerSELECT_CC()