Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:i32t

122    LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context);
159 LLVMConstInt(i32t, shift, 0),
171 bits[4*i + 0] = LLVMConstInt(i32t, 1 << (j + 0), 0);
172 bits[4*i + 1] = LLVMConstInt(i32t, 1 << (j + 1), 0);
173 bits[4*i + 2] = LLVMConstInt(i32t, 1 << (j + 4), 0);
174 bits[4*i + 3] = LLVMConstInt(i32t, 1 << (j + 5), 0);