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

/freebsd-10.2-release/contrib/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());
/freebsd-10.2-release/contrib/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.h180 FastMathFlags getFastMathFlags() const { return FMF; } function in class:llvm::IRBuilderBase
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp412 if (Value *V = SimplifyFMulInst(Op0, Op1, I.getFastMathFlags(), TD))
496 Builder->SetFastMathFlags(Log2->getFastMathFlags());
512 Builder->SetFastMathFlags(I.getFastMathFlags());
550 Builder->SetFastMathFlags(I.getFastMathFlags());
1034 Res->setFastMathFlags(I.getFastMathFlags());
1070 R->setFastMathFlags(I.getFastMathFlags());
1101 SimpR->setFastMathFlags(I.getFastMathFlags());
H A DInstCombineAddSub.cpp781 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
1186 if (Value *V = SimplifyFAddInst(LHS, RHS, I.getFastMathFlags(), TD))
1523 if (Value *V = SimplifyFSubInst(Op0, Op1, I.getFastMathFlags(), TD))
H A DInstructionCombining.cpp175 FastMathFlags FMF = I.getFastMathFlags();
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3047 I->getFastMathFlags(), TD, TLI, DT);
3057 I->getFastMathFlags(), TD, TLI, DT);
3067 I->getFastMathFlags(), TD, TLI, DT);

Completed in 87 milliseconds