Lines Matching full:baseptr
3373 const Value *BasePtr = Ptr;
3374 bool UniformBase = getUniformBase(BasePtr, Base, Index, this);
3376 const Value *MemOpBasePtr = UniformBase ? BasePtr : nullptr;
3453 const Value *BasePtr = Ptr;
3454 bool UniformBase = getUniformBase(BasePtr, Base, Index, this);
3458 BasePtr, DAG.getDataLayout().getTypeStoreSize(I.getType()),
3467 getMachineMemOperand(MachinePointerInfo(UniformBase ? BasePtr : nullptr),