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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 129 EXPECT_FALSE(Builder.getFastMathFlags().any());
138 EXPECT_FALSE(Builder.getFastMathFlags().any());
144 EXPECT_TRUE(Builder.getFastMathFlags().any());
150 EXPECT_TRUE(Builder.getFastMathFlags().any());
151 EXPECT_TRUE(Builder.getFastMathFlags().UnsafeAlgebra);
168 EXPECT_TRUE(Builder.getFastMathFlags().any());
169 EXPECT_TRUE(Builder.getFastMathFlags().AllowReciprocal);
179 EXPECT_FALSE(FDiv->getFastMathFlags().any());
  /external/llvm/lib/IR/
Instruction.cpp 175 FastMathFlags Instruction::getFastMathFlags() const {
177 return cast<FPMathOperator>(this)->getFastMathFlags();
182 setFastMathFlags(I->getFastMathFlags());
  /external/llvm/include/llvm/IR/
Instruction.h 228 FastMathFlags getFastMathFlags() const;
Operator.h 293 FastMathFlags getFastMathFlags() const {
IRBuilder.h 413 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 377 if (Value *V = SimplifyFMulInst(Op0, Op1, I.getFastMathFlags(), TD))
489 if (I.getFastMathFlags().any()) {
881 Res->setFastMathFlags(I.getFastMathFlags());
917 R->setFastMathFlags(I.getFastMathFlags());
948 SimpR->setFastMathFlags(I.getFastMathFlags());
    [all...]
InstCombineAddSub.cpp 745 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
    [all...]
InstructionCombining.cpp 175 FastMathFlags FMF = I.getFastMathFlags();
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 47 milliseconds