Home
last modified time | relevance | path

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

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