Searched refs:allowReciprocal (Results 1 – 6 of 6) sorted by relevance
306 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()320 EXPECT_TRUE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()324 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
390 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()404 EXPECT_TRUE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()408 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
192 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
203 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
431 FMF.allowReciprocal(); in visitFDiv()
2622 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()