Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Aggregate

35 /// address of an aggregate value in memory.
37 enum Flavor { Scalar, Complex, Aggregate };
47 bool isAggregate() const { return V1.getInt() == Aggregate; }
63 /// getAggregateAddr() - Return the Value* of the address of the aggregate.
65 assert(isAggregate() && "Not an aggregate!");
87 // FIXME: Aggregate rvalues need to retain information about whether they are
93 ER.V1.setInt(Aggregate);
313 /// An aggregate value slot.
344 /// This flag controls whether calls that produce the aggregate
358 /// ignored - Returns an aggregate value slot indicating that the
359 /// aggregate value is being ignored.
365 /// forAddr - Make a slot for an aggregate value.