fn get_constraint<'entries, 'table>(
operand: &'entries Operand,
ctrl_typevar: Option<&TypeVar>,
type_sets: &'table mut UniqueTable<'entries, TypeSet>,
) -> StringExpand description
Get the value type constraint for an SSA value operand, where
ctrl_typevar is the controlling type variable.
Each operand constraint is represented as a string, one of:
Concrete(vt), wherevtis a value type name.Free(idx)whereidxis an index intotype_sets.Same,Lane,AsTruthyfor controlling typevar-derived constraints.