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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1259 int64_t CountImm = TripCount->getImm(); local
1260 if (!TII->isValidOffset(LOOP_i, CountImm, TRI)) {
1263 .addImm(CountImm);
1268 .addMBB(LoopStart).addImm(CountImm);

Completed in 103 milliseconds