Home | History | Annotate | Download | only in Utils

Lines Matching defs:CB

1629     ConstantInt *CB = dyn_cast<ConstantInt>(PN->getIncomingValue(i));
1630 if (!CB || !CB->getType()->isIntegerTy(1)) continue;
1635 BasicBlock *RealDest = BI->getSuccessor(!CB->getZExtValue());