Searched refs:MaxOperands (Results 1 – 1 of 1) sorted by relevance
143 unsigned MaxOperands; variable151 : Expression(ET), MaxOperands(NumOperands) {} in BasicExpression()197 assert(NumOperands < MaxOperands && "Tried to add too many operands"); in op_push_back()205 Operands = Recycler.allocate(RecyclerCapacity::get(MaxOperands), Allocator); in allocateOperands()208 Recycler.deallocate(RecyclerCapacity::get(MaxOperands), Operands); in deallocateOperands()