Searched refs:setNoInfs (Results 1 – 18 of 18) sorted by relevance
197 void setNoInfs() { Flags |= NoInfs; } in setNoInfs() function203 setNoInfs(); in setUnsafeAlgebra()
222 void setNoInfs(bool B = true) {
193 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
226 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
212 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
516 flags.setNoInfs(!options.xla_cpu_fast_math_honor_infs()); in GetCpuFastMathFlags()
395 setNoInfs(FPMO.hasNoInfs());425 void setNoInfs(bool b) {
388 setNoInfs(FPMO.hasNoInfs());401 void setNoInfs(bool b) { NoInfs = b; }
359 void setNoInfs(bool b) { NoInfs = b; }
71 FMF.setNoInfs(); in CodeGenFunction()
126 FMF.setNoInfs(FPFeatures.getNoHonorInfs()); in SetFastMathFlags()
1167 FMF.setNoInfs(); in getDecodedFastMathFlags()
892 FMF.setNoInfs(); in getDecodedFastMathFlags()
1173 FMF.setNoInfs(); in getDecodedFastMathFlags()
2623 Flags.setNoInfs(FMF.noInfs()); in visitBinary()
6288 Flags.setNoInfs(true); in LowerSELECT_CC()
7602 Flags.setNoInfs(true); in LowerSELECT_CC()