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

/external/llvm/lib/IR/
H A DInstruction.cpp137 void Instruction::setFastMathFlags(FastMathFlags FMF) { function in class:Instruction
139 cast<FPMathOperator>(this)->setFastMathFlags(FMF);
182 setFastMathFlags(I->getFastMathFlags());
/external/llvm/include/llvm/IR/
H A DInstruction.h208 void setFastMathFlags(FastMathFlags FMF);
H A DOperator.h257 void setFastMathFlags(FastMathFlags FMF) { function in class:llvm::FPMathOperator
H A DIRBuilder.h569 I->setFastMathFlags(FMF);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1033 Res->setFastMathFlags(I.getFastMathFlags());
1069 R->setFastMathFlags(I.getFastMathFlags());
1100 SimpR->setFastMathFlags(I.getFastMathFlags());
H A DInstCombineAddSub.cpp781 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
H A DInstructionCombining.cpp177 I.setFastMathFlags(FMF);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2256 I->setFastMathFlags(FMF);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3273 Inst->setFastMathFlags(FMF);

Completed in 1664 milliseconds