Searched refs:BOC (Results 1 – 3 of 3) sorted by relevance
210 BOC = 426, enumerator384 #define BOC 426 macro
248 %token EOS BOC EOC COMMA290 : PRIVSEP BOC privsep_stmts EOC402 : PADDING BOC padding_stmts EOC418 : LISTEN BOC listen_stmts EOC505 } BOC radcfg_stmts EOC615 } BOC ldapcfg_stmts EOC754 : MODECFG BOC modecfg_stmts EOC1179 : RETRY BOC timer_stmts EOC1235 sainfo_name sainfo_param BOC sainfo_specs1707 : BOC remote_specs EOC[all …]
1407 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1409 ConstantExpr::getXor(RHS, BOC)); in visitICmpInstWithInstAndIntCst()1431 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1433 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue()) in visitICmpInstWithInstAndIntCst()1441 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1444 if ((RHSV & ~BOC->getValue()) != 0) in visitICmpInstWithInstAndIntCst()1450 if (RHS == BOC && RHSV.isPowerOf2()) in visitICmpInstWithInstAndIntCst()1460 if (BOC->getValue().isSignBit()) { in visitICmpInstWithInstAndIntCst()1469 if (RHSV == 0 && isHighOnes(BOC)) { in visitICmpInstWithInstAndIntCst()1471 Constant *NegX = ConstantExpr::getNeg(BOC); in visitICmpInstWithInstAndIntCst()