Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BasePtr

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