reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
685 if (NullPointerIsDefined(I->getFunction())) 687 if (LoadInst *LI = dyn_cast<LoadInst>(I)) { 690 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) { 695 } else if (isa<CallInst>(I) || isa<InvokeInst>(I)) { 695 } else if (isa<CallInst>(I) || isa<InvokeInst>(I)) { 696 CallSite CS(I); 714 } else if (CastInst *CI = dyn_cast<CastInst>(I)) { 722 } else if (GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(I)) {