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

References

lib/Transforms/Scalar/JumpThreading.cpp
  775     PHINode *PN = dyn_cast<PHINode>(CmpLHS);
  789         if (PN == CmpLHS) {
  793           LHS = CmpLHS->DoPHITranslation(BB, PredBB);
  827       if (!isa<Instruction>(CmpLHS) ||
  828           cast<Instruction>(CmpLHS)->getParent() != BB) {
  837             LVI->getPredicateOnEdge(Pred, CmpLHS,
  858             match(CmpLHS, m_Add(m_Value(AddLHS), m_ConstantInt(AddConst)))) {
  870                   AddLHS, P, BB, CxtI ? CxtI : cast<Instruction>(CmpLHS));