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