Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToLLVM/
H A DArithmeticToLLVM.cpp234 struct ConvertArithmeticToLLVMPass struct
235 : public ConvertArithmeticToLLVMBase<ConvertArithmeticToLLVMPass> {
236 ConvertArithmeticToLLVMPass() = default;
304 return std::make_unique<ConvertArithmeticToLLVMPass>(); in createConvertArithmeticToLLVMPass()