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

/external/llvm/lib/IR/
H A DInstruction.cpp173 FastMathFlags Instruction::getFastMathFlags() const { function in class:Instruction
175 return cast<FPMathOperator>(this)->getFastMathFlags();
180 copyFastMathFlags(I->getFastMathFlags());
/external/llvm/include/llvm/IR/
H A DOperator.h299 FastMathFlags getFastMathFlags() const { function in class:llvm::FPMathOperator
H A DIRBuilder.h179 FastMathFlags getFastMathFlags() const { return FMF; } function in class:llvm::IRBuilderBase

Completed in 101 milliseconds