Home
last modified time | relevance | path

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

/external/llvm/test/Analysis/ScalarEvolution/
D2011-03-09-ExactNoMaxBECount.ll7 ; Now we have ExactBECount == 0. However, MinStart == 2 and MaxEnd == 4.
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
D2011-03-09-ExactNoMaxBECount.ll7 ; Now we have ExactBECount == 0. However, MinStart == 2 and MaxEnd == 4.
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp6153 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/
DScalarEvolution.cpp8695 APInt MaxEnd = in howManyLessThans() local
8703 MaxBECount = computeBECount(getConstant(MaxEnd - MinStart), in howManyLessThans()