Searched refs:LLVMCreateBuilderInContext (Results 1 – 8 of 8) sorted by relevance
91 LLVMBuilderRef builder = LLVMCreateBuilderInContext(ctx); in ac_create_builder()
3010 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(ac->context); in ac_build_alloca_undef()
492 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(gallivm->context); in create_builder_at_entry()
361 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in init_gallivm_state()
1942 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in generate_update_cache_one_block()
4054 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in lp_build_sample_gen_func()
3510 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
2987 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C) { in LLVMCreateBuilderInContext() function2992 return LLVMCreateBuilderInContext(LLVMGetGlobalContext()); in LLVMCreateBuilder()