Searched refs:ShuffleModulus (Results 1 – 1 of 1) sorted by relevance
12693 int ShuffleModulus = Mask.size() * (IsSingleInput ? 1 : 2); in canLowerByDroppingElements() local12694 assert(isPowerOf2_32((uint32_t)ShuffleModulus) && in canLowerByDroppingElements()12697 uint64_t ModMask = (uint64_t)ShuffleModulus - 1; in canLowerByDroppingElements()