Searched refs:setAllowReciprocal (Results 1 – 7 of 7) sorted by relevance
199 void setAllowReciprocal() { Flags |= AllowReciprocal; } in setAllowReciprocal() function205 setAllowReciprocal(); in setUnsafeAlgebra()
181 FMF.setAllowReciprocal(); in TEST_F()199 FMF.setAllowReciprocal(); in TEST_F()307 FMF.setAllowReciprocal(); in TEST_F()
192 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
80 FMF.setAllowReciprocal(); in CodeGenFunction()
353 void setAllowReciprocal(bool b) { AllowReciprocal = b; }
840 FMF.setAllowReciprocal(); in getDecodedFastMathFlags()
2326 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()