Searched refs:NewC2 (Results 1 – 1 of 1) sorted by relevance
1773 APInt NewC2 = *C2; in foldICmpAndConstConst() local1776 NewC2 = *C2 | APInt::getHighBitsSet(C2->getBitWidth(), in foldICmpAndConstConst()1781 if (NewC2.isNegatedPowerOf2()) { in foldICmpAndConstConst()1782 Constant *NegBOC = ConstantInt::get(And->getType(), -NewC2); in foldICmpAndConstConst()