Home
last modified time | relevance | path

Searched refs:allowReciprocal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/IR/
DIRBuilderTest.cpp253 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()
/external/llvm/include/llvm/IR/
DOperator.h198 bool allowReciprocal() { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function