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