reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4033 if (BranchInst *BI = dyn_cast<BranchInst>(&I)) 4035 else if (SwitchInst *SI = dyn_cast<SwitchInst>(&I)) 4037 else if (isa<CallInst>(&I) || isa<InvokeInst>(&I)) 4037 else if (isa<CallInst>(&I) || isa<InvokeInst>(&I)) 4039 else if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(&I)) 4041 else if (isa<SelectInst>(&I))