Searched refs:OldOpnd (Results 1 – 1 of 1) sorted by relevance
61 MachineOperand *getOldOpndValue(MachineOperand &OldOpnd) const;65 MachineOperand *OldOpnd, bool CombBCZ,172 MachineOperand *GCNDPPCombine::getOldOpndValue(MachineOperand &OldOpnd) const { in getOldOpndValue()173 auto *Def = getVRegSubRegDef(getRegSubRegPair(OldOpnd), *MRI); in getOldOpndValue()192 return &OldOpnd; in getOldOpndValue()433 static bool isIdentityValue(unsigned OrigMIOp, MachineOperand *OldOpnd) { in isIdentityValue() argument434 assert(OldOpnd->isImm()); in isIdentityValue()451 if (OldOpnd->getImm() == 0) in isIdentityValue()458 if (static_cast<uint32_t>(OldOpnd->getImm()) == in isIdentityValue()464 if (static_cast<int32_t>(OldOpnd->getImm()) == in isIdentityValue()[all …]