Searched refs:BitInX (Results 1 – 2 of 2) sorted by relevance
10882 unsigned BitInX = AndC->getAPIntValue().logBase2(); in PerformCMOVToBFICombine() local10884 if (BitInX != 0) { in PerformCMOVToBFICombine()10887 DAG.getConstant(BitInX, dl, VT)); in PerformCMOVToBFICombine()
12519 unsigned BitInX = AndC->logBase2(); in PerformCMOVToBFICombine() local12521 if (BitInX != 0) { in PerformCMOVToBFICombine()12524 DAG.getConstant(BitInX, dl, VT)); in PerformCMOVToBFICombine()