Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DOperator.h358 FastMathFlags getFastMathFlags() const { in getFastMathFlags() function
H A DIRBuilder.h211 FastMathFlags getFastMathFlags() const { return FMF; } in getFastMathFlags() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp233 FastMathFlags Instruction::getFastMathFlags() const { in getFastMathFlags() function in Instruction