Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp81 static Value shiftValue(Location loc, Value value, Value offset, Value mask, in shiftValue() function
390 Value shiftValue = in matchAndRewrite() local
393 shiftValue); in matchAndRewrite()
395 shiftValue); in matchAndRewrite()
500 storeVal = shiftValue(loc, storeVal, offset, mask, dstBits, rewriter); in matchAndRewrite()