Searched refs:MaxOperands (Results 1 – 3 of 3) sorted by relevance
142 unsigned MaxOperands; variable150 : Expression(ET), MaxOperands(NumOperands) {} in BasicExpression()196 assert(NumOperands < MaxOperands && "Tried to add too many operands"); in op_push_back()204 Operands = Recycler.allocate(RecyclerCapacity::get(MaxOperands), Allocator); in allocateOperands()207 Recycler.deallocate(RecyclerCapacity::get(MaxOperands), Operands); in deallocateOperands()
418 if (OperandIdx >= MaxOperands) in getOperandAsUnsigned()463 if (OperandIdx >= MaxOperands) in getOperandAsSigned()793 ArrayRef<CFIProgram::OperandType[CFIProgram::MaxOperands]>795 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes()798 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()851 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()859 assert(OperandIdx < MaxOperands); in printOperand()
407 static constexpr size_t MaxOperands = 3;408 typedef SmallVector<uint64_t, MaxOperands> Operands;520 static ArrayRef<OperandType[MaxOperands]> getOperandTypes();