Searched defs:shiftAmount (Results 1 – 2 of 2) sorted by relevance
1198 Dest.IntVal = valueToShift.lshr(getShiftAmount(shiftAmount, valueToShift)); in visitShl() local 1205 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); visitShl() local 1225 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); visitLShr() local 1232 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); visitLShr() local 1252 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); visitAShr() local 1259 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); visitAShr() local [all...]
1071 const size_t shiftAmount = ((chunkSize * 8) - chunkSize); in ZSTD_row_getMatchMask() local