Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DIRBuilderTest.cpp154 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F()
161 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F()
172 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F()
/external/llvm/lib/IR/
DInstruction.cpp167 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction
169 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
DAsmWriter.cpp743 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
/external/llvm/include/llvm/IR/
DInstruction.h223 bool hasAllowReciprocal() const;
DOperator.h288 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp999 bool AllowReciprocal = I.hasAllowReciprocal(); in visitFDiv()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp690 if (FPMO->hasAllowReciprocal()) in GetOptimizationFlags()