Home
last modified time | relevance | path

Searched refs:MaxOperands (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h143 unsigned MaxOperands; variable
151 : 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()