Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1722 APInt NewC2 = *C2; in foldICmpAndConstConst() local
1725 NewC2 = *C2 | APInt::getHighBitsSet(C2->getBitWidth(), in foldICmpAndConstConst()
1730 if (NewC2.isNegatedPowerOf2()) { in foldICmpAndConstConst()
1731 Constant *NegBOC = ConstantInt::get(And->getType(), -NewC2); in foldICmpAndConstConst()