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.
Created with MrDocs