reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
876 InnermostGEP = GEP; 877 InBounds &= GEP->isInBounds(); 879 SmallVector<Value *, 4> NestedOps(GEP->op_begin() + 1, GEP->op_end()); 879 SmallVector<Value *, 4> NestedOps(GEP->op_begin() + 1, GEP->op_end()); 891 Ptr = cast<Constant>(GEP->getOperand(0)); 892 SrcElemTy = GEP->getSourceElementType();