class LLVM::Context

Defined in:

savi/ext/llvm/context.cr

Instance Method Summary

Instance Method Detail

def const_and(lhs, rhs) #

[View source]
def const_bit_cast(value : Value, to_type : Type) #

[View source]
def const_inbounds_gep(type : Type, value : Value, indices : Array(Value)) #

[View source]
def const_lshr(lhs, rhs) #

[View source]
def const_shl(lhs, rhs) #

[View source]
def intptr(target_data : TargetData) : Type #

[View source]
def parse_bitcode(buf : MemoryBuffer) #

(derived from existing parse_ir method)


[View source]
def struct_create_named(name : String) : Type #

[View source]