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