Searched defs:negRes (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Conversion/IndexToSPIRV/ |
H A D | IndexToSPIRV.cpp | 134 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 D | IndexToLLVM.cpp | 56 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 D | ExpandOps.cpp | 86 Value negRes = rewriter.create<arith::SubIOp>(loc, zero, minusADivB); in matchAndRewrite() local
|