Searched refs:const_29 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2093 LLVMValueRef const_29 = lp_build_const_int_vec(gallivm, bld->type, 29); in lp_build_sin() local 2094 LLVMValueRef swap_sign_bit = LLVMBuildShl(b, emm0_and, const_29, "swap_sign_bit"); in lp_build_sin() 2315 LLVMValueRef const_29 = lp_build_const_int_vec(gallivm, bld->type, 29); in lp_build_cos() local 2316 LLVMValueRef sign_bit = LLVMBuildShl(b, emm0_and, const_29, "sign_bit"); in lp_build_cos()
|