Home
last modified time | relevance | path

Searched refs:getFastmathFlags (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOpsInterfaces.td27 "getFastmathFlags">,
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp148 static llvm::FastMathFlags getFastmathFlags(FastmathFlagsInterface &op) { in getFastmathFlags() function
163 auto fmf = op.getFastmathFlags(); in getFastmathFlags()
267 builder.setFastMathFlags(getFastmathFlags(fmf)); in convertOperationImpl()