Searched refs:RootIdx (Results 1 – 4 of 4) sorted by relevance
641 for (size_t RootIdx : RootIndices) in mutate() local642 RS.sample(RootIdx, 1); in mutate()643 size_t RootIdx = RS.getSelection(); in mutate() local645 RootIndices.erase(RootIdx); in mutate()646 Instruction *Root = AliveInsts[RootIdx]; in mutate()647 AliveInsts.erase(RootIdx); in mutate()
39892 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local39893 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()39895 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()39901 ? RootMask[RootIdx] in combineX86ShufflesRecursively()39902 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()