llvm::MachineInstr::getFirst3RegLLTs

Return the registers and LLTs of the first three operands.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

std::tuple<Register, LLT, Register, LLT, Register, LLT>
getFirst3RegLLTs() const;

Return Value

Tuple of (reg, LLT) pairs for the first three operands.