Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2131 bool StridePos = getSCEVStride(LoadEv) >= 0; in processCopyingStore() local
2134 if (!StridePos && DestVolatile) in processCopyingStore()
2208 Value *LowA = StridePos ? SA : LA; in processCopyingStore()
2209 Value *HighA = StridePos ? LA : SA; in processCopyingStore()