Searched refs:createConst (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/ |
| H A D | ExpandOps.cpp | 18 static Value createConst(Location loc, Type type, int value, in createConst() function 35 Value zero = createConst(loc, a.getType(), 0, rewriter); in matchAndRewrite() 38 Value one = createConst(loc, a.getType(), 1, rewriter); in matchAndRewrite() 58 Value plusOne = createConst(loc, type, 1, rewriter); in matchAndRewrite() 59 Value zero = createConst(loc, type, 0, rewriter); in matchAndRewrite() 60 Value minusOne = createConst(loc, type, -1, rewriter); in matchAndRewrite() 110 Value plusOne = createConst(loc, type, 1, rewriter); in matchAndRewrite() 111 Value zero = createConst(loc, type, 0, rewriter); in matchAndRewrite() 112 Value minusOne = createConst(loc, type, -1, rewriter); in matchAndRewrite()
|