Searched defs:getFastMathFlags (Results 1 - 3 of 3) sorted by relevance

/external/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());
/external/llvm/include/llvm/IR/
H A DOperator.h293 FastMathFlags getFastMathFlags() const { function in class:llvm::FPMathOperator
H A DIRBuilder.h416 FastMathFlags getFastMathFlags() const { return FMF; } function in class:llvm::IRBuilder

Completed in 69 milliseconds