struct LLVM::Builder

Superclass hierarchy

Object
Value
Struct
LLVM::Builder

Defined in:

Class Method Summary

Instance Method Summary

Class Method Detail

def self.new

Instance Method Detail

def add(lhs, rhs, name = "")

def alloca(type, name = "")

def and(lhs, rhs, name = "")

def array_malloc(type, value, name = "")

def ashr(lhs, rhs, name = "")

def bit_cast(value, type, name = "")

def br(block)

def call(func, arg : LLVM::Value, name = "" : String)

def call(func, args : Array(LLVM::Value), name = "" : String)

def call(func, name = "" : String)

def cond(cond, then_block, else_block)

def exact_sdiv(lhs, rhs, name = "")

def extract_value(value, index, name = "")

def fadd(lhs, rhs, name = "")

def fcmp(op, lhs, rhs, name = "")

def fdiv(lhs, rhs, name = "")

def fmul(lhs, rhs, name = "")

def fp2si(value, type, name = "")

def fp2ui(value, type, name = "")

def fpext(value, type, name = "")

def fptrunc(value, type, name = "")

def fsub(lhs, rhs, name = "")

def gep(value, indices : Array(LLVM::ValueRef), name = "")

def gep(value, index : LLVM::Value, name = "")

def gep(value, index1 : LLVM::Value, index2 : LLVM::Value, name = "")

def global_string_pointer(string, name = "")

def icmp(op, lhs, rhs, name = "")

def inbounds_gep(value, index1 : LLVM::Value, index2 : LLVM::Value, name = "")

def inbounds_gep(value, indices : Array(LLVM::ValueRef), name = "")

def inbounds_gep(value, index : LLVM::Value, name = "")

def insert_block

def int2ptr(value, type, name = "")

def invoke(fn, args : Array(LLVM::Value), a_then, a_catch, name = "")

def landing_pad(type, personality, clauses, name = "")

def load(ptr, name = "")

def lshr(lhs, rhs, name = "")

def malloc(type, name = "")

def mul(lhs, rhs, name = "")

def not(value, name = "")

def or(lhs, rhs, name = "")

def phi(type, incoming_blocks : Array(LLVM::BasicBlock), incoming_values : Array(LLVM::Value), name = "")

def phi(type, table : LLVM::PhiTable, name = "")

def position_at_end(block)

def ptr2int(value, type, name = "")

def ret

def ret(value)

def sdiv(lhs, rhs, name = "")

def select(cond, a_then, a_else, name = "")

def sext(value, type, name = "")

def shl(lhs, rhs, name = "")

def si2fp(value, type, name = "")

def srem(lhs, rhs, name = "")

def store(value, ptr)

def sub(lhs, rhs, name = "")

def switch(value, otherwise, cases)

def to_unsafe

def trunc(value, type, name = "")

def udiv(lhs, rhs, name = "")

def ui2fp(value, type, name = "")

def unreachable

def urem(lhs, rhs, name = "")

def xor(lhs, rhs, name = "")

def zext(value, type, name = "")