Searched refs:setFast (Results 1 – 9 of 9) sorted by relevance
53 FMF.setFast(); in getFast()97 void setFast(bool B = true) { B ? set() : clear(); }
175 void setFast(bool B) { in setFast() function
514 void setFast(bool B);
275 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().all()); }); in mutate()278 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().none()); }); in mutate()
444 void Instruction::setFast(bool B) { in setFast() function in Instruction446 cast<FPMathOperator>(this)->setFast(B); in setFast()
235 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
1375 FMF.setFast(); in expandDivRem32()
1328 FMF.setFast(); in getDecodedFastMathFlags()
17138 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()17587 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()