Method: LLVM::Constant.null_ptr

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

.null_ptr(type) ⇒ Object

Creates a null pointer constant of Type.



236
237
238
# File 'lib/llvm/core/value.rb', line 236

def self.null_ptr(type)
  from_ptr(C.LLVMConstPointerNull(type))
end