Searched defs:shiftLeft (Results 1 – 4 of 4) sorted by relevance
834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
809 int64_t shiftLeft = srcEltRangeList.computeLeftShiftAmount(shuffleIdx); precomputeMetadata() local
1051 auto shiftLeft = [&](Value value, unsigned shift) -> Value { matchAndRewrite() local