Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DExpandOps.cpp68 Value posRes = rewriter.create<arith::AddIOp>(loc, plusOne, xPlusADivB); in matchAndRewrite() local
93 rewriter.replaceOpWithNewOp<arith::SelectOp>(op, compareRes, posRes, in matchAndRewrite()
122 Value posRes = rewriter.create<arith::DivSIOp>(loc, a, b); in matchAndRewrite() local
144 posRes); in matchAndRewrite()