Home | History | Annotate | Download | only in Utils

Lines Matching defs:CB

1565     ConstantInt *CB = dyn_cast<ConstantInt>(PN->getIncomingValue(i));
1566 if (CB == 0 || !CB->getType()->isIntegerTy(1)) continue;
1571 BasicBlock *RealDest = BI->getSuccessor(!CB->getZExtValue());