llvm::MachineInstr::getFirst5LLTs

Return the LLTs of the first five operands.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

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

Return Value

Tuple of LLTs for the first five operands.