Searched refs:IsTwoAddr (Results 1 – 1 of 1) sorted by relevance
7451 bool IsTwoAddr = NumOps > 1 && OpNum < 2 && MI.getOperand(0).isReg() && in foldMemoryOperandImpl() local7486 IsTwoAddr ? lookupTwoAddrFoldTable(NonNDOpc ? NonNDOpc : Opc) in foldMemoryOperandImpl()7521 NewMI = IsTwoAddr ? fuseTwoAddrInst(MF, Opcode, MOs, InsertPt, MI, *this) in foldMemoryOperandImpl()