reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
133 if (Function *Fn = dyn_cast<Function>(V)) { 150 } else if (CallInst *CI = dyn_cast<CallInst>(V)) { 158 } else if (InvokeInst *II = dyn_cast<InvokeInst>(V)) { 166 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(V)) { 174 } else if (auto *GV = dyn_cast<GlobalVariable>(V)) {