Home | History | Annotate | Download | only in Analysis

Lines Matching full:baseptr

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