Searched refs:StridePos (Results 1 – 1 of 1) sorted by relevance
2119 bool StridePos = getSCEVStride(LoadEv) >= 0; in processCopyingStore() local2122 if (!StridePos && DestVolatile) in processCopyingStore()2196 Value *LowA = StridePos ? SA : LA; in processCopyingStore()2197 Value *HighA = StridePos ? LA : SA; in processCopyingStore()