Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dcfparse.h210 BOC = 426, enumerator
384 #define BOC 426 macro
Dcfparse.y248 %token EOS BOC EOC COMMA
290 : PRIVSEP BOC privsep_stmts EOC
402 : PADDING BOC padding_stmts EOC
418 : LISTEN BOC listen_stmts EOC
505 } BOC radcfg_stmts EOC
615 } BOC ldapcfg_stmts EOC
754 : MODECFG BOC modecfg_stmts EOC
1179 : RETRY BOC timer_stmts EOC
1235 sainfo_name sainfo_param BOC sainfo_specs
1707 : BOC remote_specs EOC
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1407 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1409 ConstantExpr::getXor(RHS, BOC)); in visitICmpInstWithInstAndIntCst()
1431 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1433 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue()) in visitICmpInstWithInstAndIntCst()
1441 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
1444 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()