reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3447 if (BI->isConditional() && isa<ConstantInt>(BI->getCondition())) { 3447 if (BI->isConditional() && isa<ConstantInt>(BI->getCondition())) { 3448 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); 3449 BasicBlock *ReachableBB = BI->getSuccessor(!CondVal);