Home
last modified time | relevance | path

Searched defs:ConvertIndexSub (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Conversion/IndexToSPIRV/
H A DIndexToSPIRV.cpp28 using ConvertIndexSub = spirv::ElementwiseOpPattern<SubOp, spirv::ISubOp>; typedef
/llvm-project/mlir/lib/Conversion/IndexToLLVM/
H A DIndexToLLVM.cpp259 using ConvertIndexSub = mlir::OneToOneConvertToLLVMPattern<SubOp, LLVM::SubOp>; typedef