HomeSort by relevance Sort by last modified time
    Searched refs:FirstStride (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 524 APInt FirstStride = getStoreStride(FirstStoreEv);
528 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) {
562 if (FirstStride != SecondStride)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 593 APInt FirstStride = getStoreStride(FirstStoreEv);
597 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) {
631 if (FirstStride != SecondStride)
    [all...]

Completed in 261 milliseconds