Searched refs:getFastMathFlags (Results 1 - 9 of 9) sorted by relevance

/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp129 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/
H A DInstruction.cpp175 FastMathFlags Instruction::getFastMathFlags() const { function in class:Instruction
177 return cast<FPMathOperator>(this)->getFastMathFlags();
182 setFastMathFlags(I->getFastMathFlags());
/external/llvm/include/llvm/IR/
H A DInstruction.h228 FastMathFlags getFastMathFlags() const;
H A DOperator.h293 FastMathFlags getFastMathFlags() const { function in class:llvm::FPMathOperator
H A DIRBuilder.h413 FastMathFlags getFastMathFlags() const { return FMF; } function in class:llvm::IRBuilder
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp377 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());
H A DInstCombineAddSub.cpp745 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
1145 if (Value *V = SimplifyFAddInst(LHS, RHS, I.getFastMathFlags(), TD))
1451 if (Value *V = SimplifyFSubInst(Op0, Op1, I.getFastMathFlags(), TD))
H A DInstructionCombining.cpp175 FastMathFlags FMF = I.getFastMathFlags();
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3023 I->getFastMathFlags(), TD, TLI, DT);
3033 I->getFastMathFlags(), TD, TLI, DT);
3043 I->getFastMathFlags(), TD, TLI, DT);

Completed in 151 milliseconds