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(); }
207 void setFast(bool B) {
549 void setFast(bool B);
276 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().all()); }); in mutate()279 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().none()); }); in mutate()
520 void Instruction::setFast(bool B) { in setFast() function in Instruction522 cast<FPMathOperator>(this)->setFast(B); in setFast()
242 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
1380 FMF.setFast(); in expandDivRem32()
1387 FMF.setFast(); in getDecodedFastMathFlags()
17563 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()18013 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()