Home
last modified time | relevance | path

Searched defs:finalShiftVal (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/
H A DOptimizeSharedMemory.cpp86 Value finalShiftVal = b.create<arith::ConstantIndexOp>(loc, shlBits); in permuteVectorOffset() local
89 Value finalShiftVal = b.create<arith::ConstantIndexOp>(loc, -1 * shlBits); in permuteVectorOffset() local
93 Value finalShiftVal = b.create<arith::ConstantIndexOp>(loc, n); in permuteVectorOffset() local