Searched refs:OrCI (Results 1 – 1 of 1) sorted by relevance
18140 APInt OrCI = OrC->getAPIntValue(); in PerformCMOVToBFICombine() local18142 if (OrCI.popcount() > Heuristic) in PerformCMOVToBFICombine()18148 if ((OrCI & Known.Zero) != OrCI) in PerformCMOVToBFICombine()18163 for (unsigned BitInY = 0, NumActiveBits = OrCI.getActiveBits(); in PerformCMOVToBFICombine()18165 if (OrCI[BitInY] == 0) in PerformCMOVToBFICombine()