llvm::MachineInstr::getFirst2LLTs

Return the LLTs of the first two operands.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

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

Return Value

Tuple of LLTs for the first two operands.