Home
last modified time | relevance | path

Searched refs:StridePos (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2121 bool StridePos = getSCEVStride(LoadEv) >= 0; in processCopyingStore() local
2124 if (!StridePos && DestVolatile) in processCopyingStore()
2198 Value *LowA = StridePos ? SA : LA; in processCopyingStore()
2199 Value *HighA = StridePos ? LA : SA; in processCopyingStore()