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