Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DIRBuilderTest.cpp296 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()
/external/llvm/include/llvm/IR/
DOperator.h192 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2326 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()