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.cpp1773 APInt NewC2 = *C2; in foldICmpAndConstConst() local
1776 NewC2 = *C2 | APInt::getHighBitsSet(C2->getBitWidth(), in foldICmpAndConstConst()
1781 if (NewC2.isNegatedPowerOf2()) { in foldICmpAndConstConst()
1782 Constant *NegBOC = ConstantInt::get(And->getType(), -NewC2); in foldICmpAndConstConst()