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