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

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

Completed in 299 milliseconds