Home
last modified time | relevance | path

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

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