Home
last modified time | relevance | path

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

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