Searched refs:allowReciprocal (Results 1 – 3 of 3) sorted by relevance
296 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()310 EXPECT_TRUE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()314 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
192 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
2326 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()