Searched refs:allowReciprocal (Results 1 – 9 of 9) 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()
192 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
209 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
702 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()716 EXPECT_TRUE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()720 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
562 FMF.allowReciprocal(); in visitFDiv()
559 if (Flags.allowReciprocal()) in copyFlagsFromInstruction()
551 if (Flags.allowReciprocal()) in copyFlagsFromInstruction()
2622 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()