Searched refs:AdjV (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp859 int64_t AdjV = 0; local
864 // The "IVBump-1" part is the adjustment (AdjV). We can avoid
875 AdjV += 1;
884 AdjV += (IVBump-1);
949 if (AdjV == 0) {
958 .addImm(AdjV);

Completed in 144 milliseconds