Searched refs:BOC (Results 1 – 6 of 6) 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
1408 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1410 ConstantExpr::getXor(RHS, BOC)); in visitICmpInstWithInstAndIntCst()1432 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1434 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue()) in visitICmpInstWithInstAndIntCst()1442 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local1445 if ((RHSV & ~BOC->getValue()) != 0) in visitICmpInstWithInstAndIntCst()1451 if (RHS == BOC && RHSV.isPowerOf2()) in visitICmpInstWithInstAndIntCst()1461 if (BOC->getValue().isSignBit()) { in visitICmpInstWithInstAndIntCst()1470 if (RHSV == 0 && isHighOnes(BOC)) { in visitICmpInstWithInstAndIntCst()1472 Constant *NegX = ConstantExpr::getNeg(BOC); in visitICmpInstWithInstAndIntCst()
2244 if (Constant *BOC = dyn_cast<Constant>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local2248 ConstantExpr::getXor(RHS, BOC)); in visitICmpInstWithInstAndIntCst()2272 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local2274 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue()) in visitICmpInstWithInstAndIntCst()2281 Constant *NotBOC = ConstantExpr::getNot(BOC); in visitICmpInstWithInstAndIntCst()2289 if (ConstantInt *BOC = dyn_cast<ConstantInt>(BO->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local2292 if ((RHSV & ~BOC->getValue()) != 0) in visitICmpInstWithInstAndIntCst()2296 if (RHS == BOC && RHSV.isPowerOf2()) in visitICmpInstWithInstAndIntCst()2306 if (BOC->getValue().isSignBit()) { in visitICmpInstWithInstAndIntCst()2315 if (RHSV == 0 && isHighOnes(BOC)) { in visitICmpInstWithInstAndIntCst()[all …]
834 Op BOC = OpNop; in transUnaryInst() local839 BOC = OpPtrCastToGeneric; in transUnaryInst()844 BOC = OpGenericCastToPtr; in transUnaryInst()848 BOC = OpCodeMap::map(OpCode); in transUnaryInst()852 return BM->addUnaryInst(transBoolOpCode(Op, BOC), in transUnaryInst()
9907 BOC STEVAN