Searched refs:MaxEnd (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | 2011-03-09-ExactNoMaxBECount.ll | 7 ; Now we have ExactBECount == 0. However, MinStart == 2 and MaxEnd == 4.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | 2011-03-09-ExactNoMaxBECount.ll | 7 ; Now we have ExactBECount == 0. However, MinStart == 2 and MaxEnd == 4.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2011-03-09-ExactNoMaxBECount.ll | 7 ; Now we have ExactBECount == 0. However, MinStart == 2 and MaxEnd == 4.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 123 Node(const OffsetRange &R) : MaxEnd(R.Max), Range(R) {} in Node() 126 int32_t MaxEnd; member 173 N->MaxEnd = std::max(N->MaxEnd, N->Left->MaxEnd); in update() 175 N->MaxEnd = std::max(N->MaxEnd, N->Right->MaxEnd); in update() 589 dbgs() << " MaxEnd: " << N->MaxEnd << '\n'; in dump() 611 if (N == nullptr || N->MaxEnd < P) in nodesWith()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 6153 const SCEV *MaxEnd = getConstant(isSigned ? in HowManyLessThans() local 6163 MaxEnd = isSigned ? in HowManyLessThans() 6164 getSMinExpr(MaxEnd, in HowManyLessThans() 6167 getUMinExpr(MaxEnd, in HowManyLessThans() 6179 : getBECount(MinStart, MaxEnd, Step, NoWrap); in HowManyLessThans()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8695 APInt MaxEnd = in howManyLessThans() local 8703 MaxBECount = computeBECount(getConstant(MaxEnd - MinStart), in howManyLessThans()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 10279 APInt MaxEnd = IsSigned ? APIntOps::smin(getSignedRangeMax(End), Limit) in computeMaxBECountForLT() local 10282 MaxBECount = computeBECount(getConstant(MaxEnd - MinStart) /* Delta */, in computeMaxBECountForLT()
|