Method: LLVM::User::OperandCollection#size

Defined in:
lib/llvm/core/value.rb

#sizeObject

Returns the number of operands in the collection.



295
296
297
# File 'lib/llvm/core/value.rb', line 295

def size
  C.get_num_operands(@user)
end