Home | History | Annotate | Download | only in Analysis

Lines Matching full:baseptr

715   APInt BasePtr(BitWidth, 0);
719 BasePtr = Base->getValue().zextOrTrunc(BitWidth);
720 if (Ptr->isNullValue() || BasePtr != 0) {
721 Constant *C = ConstantInt::get(Ptr->getContext(), Offset+BasePtr);