Searched refs:OrCI (Results 1 – 1 of 1) sorted by relevance
18218 APInt OrCI = OrC->getAPIntValue(); in PerformCMOVToBFICombine() local18220 if (OrCI.popcount() > Heuristic) in PerformCMOVToBFICombine()18226 if ((OrCI & Known.Zero) != OrCI) in PerformCMOVToBFICombine()18241 for (unsigned BitInY = 0, NumActiveBits = OrCI.getActiveBits(); in PerformCMOVToBFICombine()18243 if (OrCI[BitInY] == 0) in PerformCMOVToBFICombine()