HomeSort by relevance Sort by last modified time
    Searched refs:hasAllowReciprocal (Results 1 - 8 of 8) sorted by null

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 170 EXPECT_TRUE(FDiv->hasAllowReciprocal());
177 EXPECT_FALSE(FDiv->hasAllowReciprocal());
188 EXPECT_TRUE(FDiv->hasAllowReciprocal());
  /external/llvm/lib/IR/
Instruction.cpp 171 bool Instruction::hasAllowReciprocal() const {
173 return cast<FPMathOperator>(this)->hasAllowReciprocal();
AsmWriter.cpp 744 if (FPO->hasAllowReciprocal())
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 241 bool hasAllowReciprocal() const;
Operator.h 292 bool hasAllowReciprocal() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 736 if (FPMO->hasAllowReciprocal())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 561 if (FPMO->hasAllowReciprocal())
    [all...]

Completed in 776 milliseconds