Searched refs:OtherInst (Results 1 – 2 of 2) sorted by relevance
180 const AsmWriterInst *OtherInst = in FindUniqueOperandCommands() local183 if (OtherInst && in FindUniqueOperandCommands()184 OtherInst->Operands.size() > FirstInst->Operands.size()) in FindUniqueOperandCommands()185 MaxSize = std::max(MaxSize, OtherInst->Operands.size()); in FindUniqueOperandCommands()187 if (!OtherInst || OtherInst->Operands.size() == Op || in FindUniqueOperandCommands()188 OtherInst->Operands[Op] != FirstInst->Operands[Op]) { in FindUniqueOperandCommands()
198 const AsmWriterInst &OtherInst = Instructions[Idx]; in FindUniqueOperandCommands() local199 return OtherInst.Operands.size() == Op || in FindUniqueOperandCommands()200 OtherInst.Operands[Op] != FirstInst.Operands[Op]; in FindUniqueOperandCommands()