Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BasePtr

793   APInt BasePtr(BitWidth, 0);
797 BasePtr = Base->getValue().zextOrTrunc(BitWidth);
801 if (Ptr->isNullValue() || BasePtr != 0) {
802 Constant *C = ConstantInt::get(Ptr->getContext(), Offset + BasePtr);