Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp785 int64_t EndV = End->getImm(); in computeCount() local
786 int64_t Dist = EndV - StartV; in computeCount()
857 int64_t StartV = 0, EndV = 0; in computeCount() local
861 EndV = End->getImm(); in computeCount()
877 EndV++; in computeCount()
886 EndV += (IVBump-1); in computeCount()
928 SubIB.addImm(EndV) in computeCount()