Searched refs:OldOpnd (Results 1 – 1 of 1) sorted by relevance
72 MachineOperand *getOldOpndValue(MachineOperand &OldOpnd) const;77 MachineOperand *OldOpnd,137 MachineOperand *GCNDPPCombine::getOldOpndValue(MachineOperand &OldOpnd) const { in getOldOpndValue()138 auto *Def = getVRegSubRegDef(getRegSubRegPair(OldOpnd), *MRI); in getOldOpndValue()154 return &OldOpnd; in getOldOpndValue()264 static bool isIdentityValue(unsigned OrigMIOp, MachineOperand *OldOpnd) { in isIdentityValue() argument265 assert(OldOpnd->isImm()); in isIdentityValue()282 if (OldOpnd->getImm() == 0) in isIdentityValue()289 if (static_cast<uint32_t>(OldOpnd->getImm()) == in isIdentityValue()295 if (static_cast<int32_t>(OldOpnd->getImm()) == in isIdentityValue()[all …]