reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
542 if (Explored.count(V) != 0) { 547 if (!isa<IntToPtrInst>(V) && !isa<PtrToIntInst>(V) && 547 if (!isa<IntToPtrInst>(V) && !isa<PtrToIntInst>(V) && 548 !isa<GetElementPtrInst>(V) && !isa<PHINode>(V)) 548 !isa<GetElementPtrInst>(V) && !isa<PHINode>(V)) 553 if (isa<IntToPtrInst>(V) || isa<PtrToIntInst>(V)) { 553 if (isa<IntToPtrInst>(V) || isa<PtrToIntInst>(V)) { 554 auto *CI = dyn_cast<CastInst>(V); 562 if (auto *GEP = dyn_cast<GEPOperator>(V)) { 574 if (WorkList.back() == V) { 577 Explored.insert(V); 580 if (auto *PN = dyn_cast<PHINode>(V)) {