Return the LLTs of the first four operands.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

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

Return Value

Tuple of LLTs for the first four operands.

Created with MrDocs