Searched refs:setFast (Results 1 – 9 of 9) sorted by relevance
54 FMF.setFast(); in getFast()98 void setFast(bool B = true) { B ? set() : clear(); }
175 void setFast(bool B) { in setFast() function
416 void setFast(bool B);
268 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().all()); }); in mutate()271 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().none()); }); in mutate()
249 void Instruction::setFast(bool B) { in setFast() function in Instruction251 cast<FPMathOperator>(this)->setFast(B); in setFast()
224 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
1070 FMF.setFast(); in expandDivRem32()
1298 FMF.setFast(); in getDecodedFastMathFlags()
16194 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()16644 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()