Home | History | Annotate | Download | only in gallivm

Lines Matching defs:int_vec_type

81    LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type);
82 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
83 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
166 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
280 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
284 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
289 res = LLVMGetUndef(int_vec_type);
336 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
340 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
345 res = LLVMGetUndef(int_vec_type);
409 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type);
410 a = LLVMBuildBitCast(builder, a, int_vec_type, "");
411 b = LLVMBuildBitCast(builder, b, int_vec_type, "");
484 mask = LLVMBuildICmp(builder, LLVMIntNE, mask, LLVMConstNull(bld->int_vec_type), "");
526 if (arg_type != bld->int_vec_type) {