reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 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);