Searched refs:RootIdx (Results 1 – 2 of 2) sorted by relevance
640 for (size_t RootIdx : RootIndices) in mutate() local641 RS.sample(RootIdx, 1); in mutate()642 size_t RootIdx = RS.getSelection(); in mutate() local644 RootIndices.erase(RootIdx); in mutate()645 Instruction *Root = AliveInsts[RootIdx]; in mutate()646 AliveInsts.erase(RootIdx); in mutate()
39140 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local39141 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()39143 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()39149 ? RootMask[RootIdx] in combineX86ShufflesRecursively()39150 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()