Home
last modified time | relevance | path

Searched refs:BOC (Results 1 – 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
Dcfparse.h201 BOC = 417, enumerator
366 #define BOC 417 macro
Dcfparse.y242 %token EOS BOC EOC COMMA
283 : PRIVSEP BOC privsep_stmts EOC
421 : PADDING BOC padding_stmts EOC
437 : LISTEN BOC listen_stmts EOC
520 } BOC ldapcfg_stmts EOC
659 : MODECFG BOC modecfg_stmts EOC
1076 : RETRY BOC timer_stmts EOC
1132 sainfo_name sainfo_param BOC sainfo_specs
1560 : BOC remote_specs EOC
1932 BOC isakmpproposal_specs EOC
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1434 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1436 ConstantExpr::getXor(RHS, BOC)); in visitICmpInstWithInstAndIntCst()
1458 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1460 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue()) in visitICmpInstWithInstAndIntCst()
1468 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1471 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()