Searched defs:vtn_value (Results 1 – 1 of 1) sorted by relevance
596 struct vtn_value { struct597 enum vtn_value_type value_type; argument604 /* Valid for vtn_value_type_constant to indicate the value is OpConstantNull. */ argument605 bool is_null_constant:1;608 bool is_undef_constant:1;610 const char *name;611 struct vtn_decoration *decoration;612 struct vtn_type *type;613 union {785 vtn_value(struct vtn_builder *b, uint32_t value_id, in vtn_value() function