Home
last modified time | relevance | path

Searched defs:negRes (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Conversion/IndexToSPIRV/
H A DIndexToSPIRV.cpp134 Value negRes = rewriter.create<spirv::ISubOp>(loc, zero, negNDivM); in matchAndRewrite() local
215 Value negRes = rewriter.create<spirv::ISubOp>(loc, negOne, xMinusNDivM); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/IndexToLLVM/
H A DIndexToLLVM.cpp56 Value negRes = rewriter.create<LLVM::SubOp>(loc, zero, negNDivM); in matchAndRewrite() local
129 Value negRes = rewriter.create<LLVM::SubOp>(loc, negOne, xMinusNDivM); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp86 Value negRes = rewriter.create<arith::SubIOp>(loc, zero, minusADivB); in matchAndRewrite() local