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

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp818 int64_t AdjV = 0; local
823 // The "IVBump-1" part is the adjustment (AdjV). We can avoid
834 AdjV += 1;
843 AdjV += (IVBump-1);
907 if (AdjV == 0) {
916 .addImm(AdjV);

Completed in 104 milliseconds