llvm::MachineInstr::getFirst3LLTs

Return the LLTs of the first three operands.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

std::tuple<LLT, LLT, LLT>
getFirst3LLTs() const;

Return Value

Tuple of LLTs for the first three operands.