Searched refs:OrCI (Results 1 – 1 of 1) sorted by relevance
10456 APInt OrCI = OrC->getAPIntValue(); in PerformCMOVToBFICombine() local10458 if (OrCI.countPopulation() > Heuristic) in PerformCMOVToBFICombine()10465 if ((OrCI & KnownZero) != OrCI) in PerformCMOVToBFICombine()10480 for (unsigned BitInY = 0, NumActiveBits = OrCI.getActiveBits(); in PerformCMOVToBFICombine()10482 if (OrCI[BitInY] == 0) in PerformCMOVToBFICombine()