Mutation that selects a type index and replacement LLT for an action.
Declared in <llvm/CodeGen/GlobalISel/LegalizerInfo.h>
<llvm/CodeGen/GlobalISel/LegalizerInfo.h>
using LegalizeMutation = std::function<std::pair<unsigned int, LLT>(LegalityQuery const&)>;