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