Searched defs:setFastMathFlags (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DInstruction.cpp141 void Instruction::setFastMathFlags(FastMathFlags FMF) { function in class:Instruction
143 cast<FPMathOperator>(this)->setFastMathFlags(FMF);
186 setFastMathFlags(I->getFastMathFlags());
/external/llvm/include/llvm/IR/
H A DOperator.h261 void setFastMathFlags(FastMathFlags FMF) { function in class:llvm::FPMathOperator

Completed in 1716 milliseconds