Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h199 FastMathFlags getFastMathFlags() const { return FMF; } in getFastMathFlags() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DOperator.h285 FastMathFlags getFastMathFlags() const { in getFastMathFlags() function
H A DIRBuilder.h277 FastMathFlags getFastMathFlags() const { return FMF; } in getFastMathFlags() function
279 FastMathFlags &getFastMathFlags() { return FMF; } in getFastMathFlags() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp289 FastMathFlags Instruction::getFastMathFlags() const { in getFastMathFlags() function in Instruction
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp408 static FastMathFlags getFastMathFlags(Instruction *Inst) { in getFastMathFlags() function in __anon8ba1aee70111::LowerMatrixIntrinsics