Searched refs:createLShR (Results 1 – 3 of 3) sorted by relevance
53 mlir::Value createLShR(mlir::OpBuilder &bld, mlir::Value lhs, unsigned rhs);
179 mlir::Value createLShR(mlir::OpBuilder &bld, mlir::Value lhs, unsigned rhs) { in createLShR() function
2658 val = createLShR(rewriter, val, offset); in matchAndRewrite()