Home | History | Annotate | Download | only in llvm

Lines Matching refs:agg

942 (** [const_extractvalue agg idxs] returns the constant [idxs]th value of
943 constant aggregate [agg]. Each [idxs] must be less than the size of the
948 (** [const_insertvalue agg val idxs] inserts the value [val] in the specified
949 indexs [idxs] in the aggegate [agg]. Each [idxs] must be less than the size
2107 (** [build_insertvalue agg idx name b] creates a
2108 [%name = extractvalue %agg, %idx]
2114 (** [build_insertvalue agg val idx name b] creates a
2115 [%name = insertvalue %agg, %val, %idx]