Home | History | Annotate | Download | only in gallivm

Lines Matching refs:i32t

108    LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context);
115 assert(LLVMTypeOf(index) == i32t);
143 LLVMVectorType(i32t, dst_type.length),
293 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context);
311 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
315 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
322 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
328 shuffles[j + i] = LLVMGetUndef(i32t);
568 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context);
569 LLVMValueRef undef = LLVMGetUndef(i32t);
578 shuffles[i] = LLVMConstInt(i32t, i * 4, 0);
604 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context);
613 shuffles[i*4] = LLVMConstInt(i32t, i, 0);
614 shuffles[i*4+1] = LLVMConstInt(i32t, i, 0);
615 shuffles[i*4+2] = LLVMConstInt(i32t, i, 0);
616 shuffles[i*4+3] = LLVMConstInt(i32t, i, 0);