Searched refs:const_29 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2093 LLVMValueRef const_29 = lp_build_const_int_vec(gallivm, bld->type, 29); local
2094 LLVMValueRef swap_sign_bit = LLVMBuildShl(b, emm0_and, const_29, "swap_sign_bit");
2315 LLVMValueRef const_29 = lp_build_const_int_vec(gallivm, bld->type, 29); local
2316 LLVMValueRef sign_bit = LLVMBuildShl(b, emm0_and, const_29, "sign_bit");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2093 LLVMValueRef const_29 = lp_build_const_int_vec(gallivm, bld->type, 29); local
2094 LLVMValueRef swap_sign_bit = LLVMBuildShl(b, emm0_and, const_29, "swap_sign_bit");
2315 LLVMValueRef const_29 = lp_build_const_int_vec(gallivm, bld->type, 29); local
2316 LLVMValueRef sign_bit = LLVMBuildShl(b, emm0_and, const_29, "sign_bit");

Completed in 67 milliseconds