Lines Matching full:aggregate
41 /// address of an aggregate value in memory.
45 enum FlavorEnum { Scalar, Complex, Aggregate };
54 // Stores aggregate address.
66 bool isAggregate() const { return Flavor == Aggregate; }
82 /// getAggregateAddr() - Return the Value* of the address of the aggregate.
84 assert(isAggregate() && "Not an aggregate!");
118 // FIXME: Aggregate rvalues need to retain information about whether they are
128 ER.Flavor = Aggregate;
503 /// An aggregate value slot.
532 /// This flag controls whether calls that produce the aggregate
570 /// ignored - Returns an aggregate value slot indicating that the
571 /// aggregate value is being ignored.
577 /// forAddr - Make a slot for an aggregate value.