Searched refs:BitInY (Results 1 – 1 of 1) sorted by relevance
18163 for (unsigned BitInY = 0, NumActiveBits = OrCI.getActiveBits(); in PerformCMOVToBFICombine() local18164 BitInY < NumActiveBits; ++BitInY) { in PerformCMOVToBFICombine()18165 if (OrCI[BitInY] == 0) in PerformCMOVToBFICombine()18168 Mask.setBit(BitInY); in PerformCMOVToBFICombine()