Searched refs:BOC (Results 1 – 4 of 4) 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
1900 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1902 ConstantExpr::getXor(RHS, BOC)); in visitICmpInstWithInstAndIntCst()1924 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1926 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue()) in visitICmpInstWithInstAndIntCst()1932 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1935 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()[all …]
9905 BOC STEVAN