reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
337 if (!Visited.insert(V).second) 340 if (const auto *CI = dyn_cast<CastInst>(V)) { 344 if (const auto *GEP = dyn_cast<GetElementPtrInst>(V)) { 350 if (const auto *PN = dyn_cast<PHINode>(V)) { 355 if (const auto *SI = dyn_cast<SelectInst>(V)) { 361 if (isa<Constant>(V)) { 364 if (V != Constant::getNullValue(V->getType())) 364 if (V != Constant::getNullValue(V->getType()))