Home | History | Annotate | Download | only in gallivm

Lines Matching defs:shifted

891             LLVMValueRef shifted;
893 shifted = lp_build_shr_imm(&bld, tmp[i], src_shift - 1);
894 tmp[i] = LLVMBuildSub(builder, tmp[i], shifted, "");