Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1162 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local
1169 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local
1189 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local
1196 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local
1216 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local
1223 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1071 const size_t shiftAmount = ((chunkSize * 8) - chunkSize); in ZSTD_row_getMatchMask() local