Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
D2011-03-09-ExactNoMaxBECount.ll7 ; Now we have ExactBECount == 0. However, MinStart == 2 and MaxEnd == 4.
/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-7.0/llvm/test/CodeGen/Hexagon/
Dswp-maxstart.ll3 ; Test that the MinStart computation, which is based upon the length
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp6136 const SCEV *MinStart = getConstant(isSigned ? in HowManyLessThans() local
6179 : getBECount(MinStart, MaxEnd, Step, NoWrap); in HowManyLessThans()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8682 APInt MinStart = IsSigned ? getSignedRange(Start).getSignedMin() in howManyLessThans() local
8703 MaxBECount = computeBECount(getConstant(MaxEnd - MinStart), in howManyLessThans()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp10257 APInt MinStart = in computeMaxBECountForLT() local
10282 MaxBECount = computeBECount(getConstant(MaxEnd - MinStart) /* Delta */, in computeMaxBECountForLT()