Lines Matching refs:temp
1503 LLVMValueRef test, temp;
1530 temp = lp_build_const_int_vec(gallivm, i32_type, 0);
1569 temp = shift;
1570 test = LLVMBuildAnd(builder, test, temp, "");
1576 temp = LLVMBuildShl(builder, temp, shift, "");
1577 test = LLVMBuildAnd(builder, test, temp, "");
1582 temp = LLVMBuildShl(builder, temp, shift, "");
1583 test = LLVMBuildAnd(builder, test, temp, "");
1589 temp = LLVMBuildShl(builder, temp, shift, "");
1590 test = LLVMBuildAnd(builder, test, temp, "");
1595 temp = lp_build_const_int_vec(gallivm, i32_type, 16);
1599 test = LLVMBuildAnd(builder, test, temp, "");
1606 test = LLVMBuildAnd(builder, test, temp, "");
1611 temp = LLVMBuildShl(builder, temp, shift, "");
1612 test = LLVMBuildAnd(builder, test, temp, "");
1641 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1642 test = LLVMBuildAnd(builder, test, temp, "");
1665 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1666 test = LLVMBuildAnd(builder, test, temp, "");
1680 temp = lp_build_const_int_vec(gallivm, i32_type,
1682 test = LLVMBuildAnd(builder, test, temp, "");
2316 LLVMValueRef temp = LLVMBuildLoad2(builder, blduivec.vec_type, clipmask_bool_ptr, "");
2325 temp = LLVMBuildOr(builder, clipmask, temp, "");
2327 LLVMBuildStore(builder, temp, clipmask_bool_ptr);