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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp767 unsigned CommOpIdx1 = 1; local
769 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) ||
773 TII->commuteInstruction(*MI, false, CommOpIdx1, CommOpIdx2);

Completed in 102 milliseconds