Searched refs:CstSplatIndex (Results 1 – 1 of 1) sorted by relevance
27119 int CstSplatIndex = -1; in LowerRotate() local27123 if (CstSplatIndex < 0 || EltBits[i] == EltBits[CstSplatIndex]) { in LowerRotate()27124 CstSplatIndex = i; in LowerRotate()27127 CstSplatIndex = -1; in LowerRotate()27134 if (0 <= CstSplatIndex) { in LowerRotate()27136 uint64_t RotateAmt = EltBits[CstSplatIndex].urem(EltSizeInBits); in LowerRotate()27156 if (0 <= CstSplatIndex) { in LowerRotate()27157 uint64_t RotateAmt = EltBits[CstSplatIndex].urem(EltSizeInBits); in LowerRotate()27176 if (0 <= CstSplatIndex) in LowerRotate()