Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h185 FastMathFlags getFastMathFlags() const { return FMF; } in getFastMathFlags() function
/freebsd-13.1/contrib/llvm-project/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.h368 FastMathFlags getFastMathFlags() const { in getFastMathFlags() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp280 FastMathFlags Instruction::getFastMathFlags() const { in getFastMathFlags() function in Instruction
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp407 static FastMathFlags getFastMathFlags(Instruction *Inst) { in getFastMathFlags() function in __anonf095cceb0111::LowerMatrixIntrinsics