Searched refs:allowReciprocal (Results 1 – 4 of 4) sorted by relevance
70 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
242 if (allowReciprocal()) in print()
763 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()777 EXPECT_TRUE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()781 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
532 if (Flags.allowReciprocal()) in copyFlagsFromInstruction()