Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1157 unsigned OpsNum = MI->getDesc().getNumOperands(); in tryInstructionCommute() local
1159 for (; OtherOpIdx < OpsNum; OtherOpIdx++) { in tryInstructionCommute()
1198 OpsNum = MI->getDesc().getNumOperands(); in tryInstructionCommute()