Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp471 Value amountToShiftLeft = in matchAndRewrite() local
474 loc, dstType, op.base(), amountToShiftLeft); in matchAndRewrite()
478 rewriter.create<LLVM::AddOp>(loc, dstType, offset, amountToShiftLeft); in matchAndRewrite()