Lines Matching refs:BOC
1900 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1902 ConstantExpr::getXor(RHS, BOC)); in visitICmpInstWithInstAndIntCst()
1924 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1926 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue()) in visitICmpInstWithInstAndIntCst()
1932 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1935 if ((RHSV & ~BOC->getValue()) != 0) in visitICmpInstWithInstAndIntCst()
1939 if (RHS == BOC && RHSV.isPowerOf2()) in visitICmpInstWithInstAndIntCst()
1949 if (BOC->getValue().isSignBit()) { in visitICmpInstWithInstAndIntCst()
1958 if (RHSV == 0 && isHighOnes(BOC)) { in visitICmpInstWithInstAndIntCst()
1960 Constant *NegX = ConstantExpr::getNeg(BOC); in visitICmpInstWithInstAndIntCst()
1969 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1973 if (!BOC->isZero()) in visitICmpInstWithInstAndIntCst()