Home | History | Annotate | Download | only in gallivm

Lines Matching defs:itype

767          LLVMTypeRef itype = LLVMPointerType(bld->bld_base.int_bld.vec_type, 0);
770 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, itype, "");
1072 LLVMTypeRef itype = bld_base->int_bld.vec_type;
1073 LLVMTypeRef ivtype = LLVMPointerType(itype, 0);
1079 temp_value_ptr = LLVMBuildBitCast(builder, value, itype, "");