Home
last modified time | relevance | path

Searched refs:OpsNum (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1075 unsigned OpsNum = MI->getDesc().getNumOperands(); in tryInstructionCommute() local
1077 for (; OtherOpIdx < OpsNum; OtherOpIdx++) { in tryInstructionCommute()
1116 OpsNum = MI->getDesc().getNumOperands(); in tryInstructionCommute()