Home
last modified time | relevance | path

Searched defs:getFastMathFlags (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h184 FastMathFlags getFastMathFlags() const { return FMF; } in getFastMathFlags() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h294 FastMathFlags getFastMathFlags() const { return FMF; } in getFastMathFlags() function
296 FastMathFlags &getFastMathFlags() { return FMF; } in getFastMathFlags() function
H A DOperator.h367 FastMathFlags getFastMathFlags() const { in getFastMathFlags() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp259 FastMathFlags Instruction::getFastMathFlags() const { in getFastMathFlags() function in Instruction