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