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

/external/llvm/lib/IR/
H A DInstruction.cpp207 FastMathFlags Instruction::getFastMathFlags() const { function in class:Instruction
209 return cast<FPMathOperator>(this)->getFastMathFlags();
214 copyFastMathFlags(I->getFastMathFlags());
234 copyFastMathFlags(FP->getFastMathFlags());
251 FastMathFlags FM = getFastMathFlags();
252 FM &= FP->getFastMathFlags();
/external/llvm/include/llvm/IR/
H A DOperator.h298 FastMathFlags getFastMathFlags() const { function in class:llvm::FPMathOperator
H A DIRBuilder.h193 FastMathFlags getFastMathFlags() const { return FMF; } function in class:llvm::IRBuilderBase

Completed in 88 milliseconds