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 154 EXPECT_TRUE(FDiv->hasAllowReciprocal());
161 EXPECT_FALSE(FDiv->hasAllowReciprocal());
172 EXPECT_TRUE(FDiv->hasAllowReciprocal());
  /external/llvm/include/llvm/IR/
Instruction.h 223 bool hasAllowReciprocal() const;
Operator.h 288 bool hasAllowReciprocal() const {
  /external/llvm/lib/IR/
Instruction.cpp 167 bool Instruction::hasAllowReciprocal() const {
169 return cast<FPMathOperator>(this)->hasAllowReciprocal();
AsmWriter.cpp 769 if (FPO->hasAllowReciprocal())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 851 bool AllowReciprocal = I.hasAllowReciprocal();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 607 if (FPMO->hasAllowReciprocal())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 566 if (FPMO->hasAllowReciprocal())
    [all...]

Completed in 35 milliseconds