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

/external/llvm/lib/IR/
H A DInstruction.cpp130 void Instruction::setFastMathFlags(FastMathFlags FMF) { function in class:Instruction
132 cast<FPMathOperator>(this)->setFastMathFlags(FMF);
/external/llvm/include/llvm/IR/
H A DOperator.h257 void setFastMathFlags(FastMathFlags FMF) { function in class:llvm::FPMathOperator

Completed in 99 milliseconds