Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:BOC

1671         if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) {
1673 ConstantExpr::getXor(RHS, BOC));
1695 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1697 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue())
1703 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1706 if ((RHSV & ~BOC->getValue()) != 0)
1710 if (RHS == BOC && RHSV.isPowerOf2())
1720 if (BOC->getValue().isSignBit()) {
1729 if (RHSV == 0 && isHighOnes(BOC)) {
1731 Constant *NegX = ConstantExpr::getNeg(BOC);
1740 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1744 if (!BOC->isZero())