Searched refs:setFast (Results 1 – 7 of 7) sorted by relevance
193 FMF.setFast(); in getFast()237 void setFast(bool B = true) { B ? set() : clear(); }254 void setFast(bool B) { in setFast() function
395 void setFast(bool B);
169 void Instruction::setFast(bool B) { in setFast() function in Instruction171 cast<FPMathOperator>(this)->setFast(B); in setFast()
210 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
1021 FMF.setFast(); in expandDivRem32()
1172 FMF.setFast(); in getDecodedFastMathFlags()
15121 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()