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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 120 bool NegStride);
633 bool NegStride = StoreSize == -Stride;
637 BECount, NegStride)) {
689 bool NegStride = SizeInBytes == -Stride;
692 BECount, NegStride);
748 const SCEV *BECount, bool NegStride) {
771 if (NegStride)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 175 bool NegStride, bool IsLoopMemset = false);
702 bool NegStride = StoreSize == -Stride;
706 BECount, NegStride)) {
758 bool NegStride = SizeInBytes == -Stride;
761 Ev, BECount, NegStride, /*IsLoopMemset=*/true);
853 const SCEV *BECount, bool NegStride, bool IsLoopMemset) {
    [all...]

Completed in 128 milliseconds