Home | History | Annotate | Download | only in Scalar

Lines Matching refs:LoadOffset

784   int64_t StoreOffset = 0, LoadOffset = 0;
786 Value *LoadBase = GetPointerBaseWithConstantOffset(LoadPtr, LoadOffset, TD);
795 if (LoadOffset == StoreOffset) {
817 if (StoreOffset < LoadOffset)
818 isAAFailure = StoreOffset+int64_t(StoreSize) <= LoadOffset;
820 isAAFailure = LoadOffset+int64_t(LoadSize) <= StoreOffset;
838 if (StoreOffset > LoadOffset ||
839 StoreOffset+StoreSize < LoadOffset+LoadSize)
844 return LoadOffset-StoreOffset;