Searched refs:allowReciprocal (Results 1 – 2 of 2) sorted by relevance
253 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()267 EXPECT_TRUE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()271 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
198 bool allowReciprocal() { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function