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