Searched refs:ShuffleModulus (Results 1 – 1 of 1) sorted by relevance
10046 int ShuffleModulus = Mask.size() * (IsSingleInput ? 1 : 2); in canLowerByDroppingEvenElements() local10047 assert(isPowerOf2_32((uint32_t)ShuffleModulus) && in canLowerByDroppingEvenElements()10050 uint64_t ModMask = (uint64_t)ShuffleModulus - 1; in canLowerByDroppingEvenElements()