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()
417 if (OperandIdx >= MaxOperands) in getOperandAsUnsigned()462 if (OperandIdx >= MaxOperands) in getOperandAsSigned()792 ArrayRef<CFIProgram::OperandType[CFIProgram::MaxOperands]>794 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes()797 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()850 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()858 assert(OperandIdx < MaxOperands); in printOperand()
405 static constexpr size_t MaxOperands = 3;406 typedef SmallVector<uint64_t, MaxOperands> Operands;518 static ArrayRef<OperandType[MaxOperands]> getOperandTypes();