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

/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1094 int64_t CountImm = TripCount->getImm(); local
1095 if (!TII->isValidOffset(Hexagon::LOOP0_i, CountImm)) {
1098 .addImm(CountImm);
1103 .addMBB(LoopStart).addImm(CountImm);

Completed in 48 milliseconds