Searched refs:RootIdx (Results 1 – 4 of 4) sorted by relevance
729 for (size_t RootIdx : RootIndices) in mutate() local730 RS.sample(RootIdx, 1); in mutate()731 size_t RootIdx = RS.getSelection(); in mutate() local733 RootIndices.erase(RootIdx); in mutate()734 Instruction *Root = AliveInsts[RootIdx]; in mutate()735 AliveInsts.erase(RootIdx); in mutate()
41354 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local41355 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()41357 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()41363 ? RootMask[RootIdx] in combineX86ShufflesRecursively()41364 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()