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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 171 EXPECT_TRUE(FDiv->hasAllowReciprocal());
178 EXPECT_FALSE(FDiv->hasAllowReciprocal());
189 EXPECT_TRUE(FDiv->hasAllowReciprocal());
196 EXPECT_FALSE(FCmp->hasAllowReciprocal());
207 EXPECT_TRUE(FCmp->hasAllowReciprocal());
240 EXPECT_FALSE(FDiv->hasAllowReciprocal());
  /external/llvm/lib/IR/
Instruction.cpp 176 bool Instruction::hasAllowReciprocal() const {
178 return cast<FPMathOperator>(this)->hasAllowReciprocal();
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 281 bool hasAllowReciprocal() const;
Operator.h 293 bool hasAllowReciprocal() const {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 363 bool hasAllowReciprocal() const { return AllowReciprocal; }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 561 if (FPMO->hasAllowReciprocal())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 823 if (FPMO->hasAllowReciprocal())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1117 milliseconds