Home
last modified time | relevance | path

Searched refs:setAllowReciprocal (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h199 void setAllowReciprocal() { Flags |= AllowReciprocal; } in setAllowReciprocal() function
205 setAllowReciprocal(); in setUnsafeAlgebra()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp181 FMF.setAllowReciprocal(); in TEST_F()
199 FMF.setAllowReciprocal(); in TEST_F()
317 FMF.setAllowReciprocal(); in TEST_F()
/external/llvm/lib/AsmParser/
DLLParser.h195 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h361 void setAllowReciprocal(bool b) { AllowReciprocal = b; }
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp80 FMF.setAllowReciprocal(); in CodeGenFunction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp896 FMF.setAllowReciprocal(); in getDecodedFastMathFlags()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2622 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()