reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
954 for (auto I = IncV->op_begin() + 1, E = IncV->op_end(); I != E; ++I) { 954 for (auto I = IncV->op_begin() + 1, E = IncV->op_end(); I != E; ++I) { 955 if (isa<Constant>(*I)) 957 if (Instruction *OInst = dyn_cast<Instruction>(*I)) {