reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
62 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { 62 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { 63 SmallVector<Value *, 8> Indices(GEP->op_begin() + 1, GEP->op_end()); 63 SmallVector<Value *, 8> Indices(GEP->op_begin() + 1, GEP->op_end()); 65 GEP->getSourceElementType(), Indices);