Searched refs:BOC (Results 1 – 3 of 3) sorted by relevance
201 BOC = 417, enumerator366 #define BOC 417 macro
242 %token EOS BOC EOC COMMA283 : PRIVSEP BOC privsep_stmts EOC421 : PADDING BOC padding_stmts EOC437 : LISTEN BOC listen_stmts EOC520 } BOC ldapcfg_stmts EOC659 : MODECFG BOC modecfg_stmts EOC1076 : RETRY BOC timer_stmts EOC1132 sainfo_name sainfo_param BOC sainfo_specs1560 : BOC remote_specs EOC1932 BOC isakmpproposal_specs EOC
1434 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1436 ConstantExpr::getXor(RHS, BOC)); in visitICmpInstWithInstAndIntCst()1458 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1460 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue()) in visitICmpInstWithInstAndIntCst()1468 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1471 if ((RHSV & ~BOC->getValue()) != 0) in visitICmpInstWithInstAndIntCst()1477 if (RHS == BOC && RHSV.isPowerOf2()) in visitICmpInstWithInstAndIntCst()1487 if (BOC->getValue().isSignBit()) { in visitICmpInstWithInstAndIntCst()1496 if (RHSV == 0 && isHighOnes(BOC)) { in visitICmpInstWithInstAndIntCst()1498 Constant *NegX = ConstantExpr::getNeg(BOC); in visitICmpInstWithInstAndIntCst()