Let IntrinsicEnums.inc conditional by GET_INTRINSIC_ENUM_VALUES
Move definitions of ArgKind from Intrinsics.h to Intrinsics.td
Values of ArgKind are used (as naked constants) also in IntrinsicEmitter.
They can be dissolved to move their logic to Intrinsics.td.
Rec confused me at first. These aren't Records. I think they are RecordVal? RV or Field would be a better name.