Searched defs:getFastMathFlags (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 173 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 D | Operator.h | 299 FastMathFlags getFastMathFlags() const { function in class:llvm::FPMathOperator |
H A D | IRBuilder.h | 179 FastMathFlags getFastMathFlags() const { return FMF; } function in class:llvm::IRBuilderBase |
Completed in 101 milliseconds