Wrapper for findRegisterUseOperandIdx, it returns a pointer to the MachineOperand rather than an index.
Synopses
Declared in <llvm/CodeGen/MachineInstr.h>
Wrapper for findRegisterUseOperandIdx, it returns a pointer to the MachineOperand rather than an index.
MachineOperand*
findRegisterUseOperand(
Register Reg,
TargetRegisterInfo const* TRI,
bool isKill = false);
MachineOperand const*
findRegisterUseOperand(
Register Reg,
TargetRegisterInfo const* TRI,
bool isKill = false) const;
Created with MrDocs