Searched defs:posRes (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Conversion/IndexToSPIRV/ |
H A D | IndexToSPIRV.cpp | 129 Value posRes = rewriter.create<spirv::IAddOp>(loc, nPlusXDivM, posOne); in matchAndRewrite() local 218 Value posRes = rewriter.create<spirv::SDivOp>(loc, n, m); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/IndexToLLVM/ |
H A D | IndexToLLVM.cpp | 51 Value posRes = rewriter.create<LLVM::AddOp>(loc, nPlusXDivM, posOne); in matchAndRewrite() local 132 Value posRes = rewriter.create<LLVM::SDivOp>(loc, n, m); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | ExpandOps.cpp | 82 Value posRes = rewriter.create<arith::AddIOp>(loc, plusOne, xPlusADivB); in matchAndRewrite() local
|