Home | History | Annotate | Download | only in gallivm

Lines Matching defs:indices

51    LLVMValueRef indices[2];
55 indices[0] = lp_build_const_int32(gallivm, 0);
56 indices[1] = lp_build_const_int32(gallivm, member);
57 member_ptr = LLVMBuildGEP(gallivm->builder, ptr, indices, Elements(indices), "");
85 LLVMValueRef indices[2];
89 indices[0] = lp_build_const_int32(gallivm, 0);
90 indices[1] = index;
91 element_ptr = LLVMBuildGEP(gallivm->builder, ptr, indices, Elements(indices), "");