Home
last modified time | relevance | path

Searched refs:NewC2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1821 APInt NewC2 = *C2; in foldICmpAndConstConst() local
1824 NewC2 = *C2 | APInt::getHighBitsSet(C2->getBitWidth(), in foldICmpAndConstConst()
1829 if (NewC2.isNegatedPowerOf2()) { in foldICmpAndConstConst()
1830 Constant *NegBOC = ConstantInt::get(And->getType(), -NewC2); in foldICmpAndConstConst()