Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:BOC

1655         if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) {
1657 ConstantExpr::getXor(RHS, BOC));
1679 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1681 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue())
1687 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1690 if ((RHSV & ~BOC->getValue()) != 0)
1694 if (RHS == BOC && RHSV.isPowerOf2())
1704 if (BOC->getValue().isSignBit()) {
1713 if (RHSV == 0 && isHighOnes(BOC)) {
1715 Constant *NegX = ConstantExpr::getNeg(BOC);
1724 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1728 if (!BOC->isZero())