Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp467 Value amountToShiftLeft = in matchAndRewrite() local
470 loc, dstType, op.base(), amountToShiftLeft); in matchAndRewrite()
474 rewriter.create<LLVM::AddOp>(loc, dstType, offset, amountToShiftLeft); in matchAndRewrite()