Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1221 Value shiftConstant; in matchAndRewrite() local
1224 shiftConstant = rewriter.create<arith::ConstantOp>( in matchAndRewrite()
1268 Value shift = shiftConstant ? shiftConstant : blockArgs[shiftArg]; in matchAndRewrite()