reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
216 if (isa<CallInst>(V) || isa<InvokeInst>(V) || 216 if (isa<CallInst>(V) || isa<InvokeInst>(V) || 217 isa<Argument>(V) || isa<Constant>(V) || 217 isa<Argument>(V) || isa<Constant>(V) || 218 isa<AllocaInst>(V)) 221 if (const LoadInst *LI = dyn_cast<LoadInst>(V)) {