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

References

lib/Transforms/Scalar/SCCP.cpp
 1213       if (!PBranch) {
 1218       Value *Cond = PBranch->Condition;
 1240       if (PBranch->TrueEdge && Cmp->getPredicate() == CmpInst::ICMP_EQ) {
 1248       if (!PBranch->TrueEdge && Cmp->getPredicate() == CmpInst::ICMP_NE) {