Searched refs:first_builder (Results 1 – 1 of 1) sorted by relevance
482 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(gallivm->context); in lp_build_alloca() local486 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_alloca()488 LLVMPositionBuilderAtEnd(first_builder, first_block); in lp_build_alloca()491 res = LLVMBuildAlloca(first_builder, type, name); in lp_build_alloca()494 LLVMDisposeBuilder(first_builder); in lp_build_alloca()525 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(gallivm->context); in lp_build_array_alloca() local529 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_array_alloca()531 LLVMPositionBuilderAtEnd(first_builder, first_block); in lp_build_array_alloca()534 res = LLVMBuildArrayAlloca(first_builder, type, count, name); in lp_build_array_alloca()536 LLVMDisposeBuilder(first_builder); in lp_build_array_alloca()