Lines Matching refs:BOC
1408 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) {
1410 ConstantExpr::getXor(RHS, BOC));
1432 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1434 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue())
1442 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) {
1445 if ((RHSV & ~BOC->getValue()) != 0)
1451 if (RHS == BOC && RHSV.isPowerOf2())
1461 if (BOC->getValue().isSignBit()) {
1470 if (RHSV == 0 && isHighOnes(BOC)) {
1472 Constant *NegX = ConstantExpr::getNeg(BOC);