Home | History | Annotate | Download | only in Utils

Lines Matching defs:CB

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