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

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp704 int ThreeOperandOpcode = SystemZ::getThreeOperandOpcode(Opcode); local
705 if (ThreeOperandOpcode >= 0) {
707 BuildMI(*MBB, MBBI, MI->getDebugLoc(), get(ThreeOperandOpcode))

Completed in 517 milliseconds