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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp623 int CommuteIdx = -1; local
636 UseIdx = 2, CommuteIdx = 1;
650 UseIdx = 2, CommuteIdx = 1;
658 if (CommuteIdx != -1)
659 if (!commuteInstruction(UseMI, false, CommuteIdx, UseIdx))

Completed in 104 milliseconds