Home
last modified time | relevance | path

Searched refs:MinStart (Results 1 – 6 of 6) 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/llvm-project/llvm/test/Analysis/ScalarEvolution/
D2011-03-09-ExactNoMaxBECount.ll7 ; Now we have ExactBECount == 0. However, MinStart == 2 and MaxEnd == 4.
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dswp-maxstart.ll3 ; Test that the MinStart computation, which is based upon the length
/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-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp10611 APInt MinStart = in computeMaxBECountForLT() local
10636 MaxBECount = computeBECount(getConstant(MaxEnd - MinStart) /* Delta */, in computeMaxBECountForLT()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp11069 APInt MinStart = in computeMaxBECountForLT() local
11094 MaxBECount = computeBECount(getConstant(MaxEnd - MinStart) /* Delta */, in computeMaxBECountForLT()