Searched refs:inv_one (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2076 LLVMValueRef inv_one = lp_build_const_int_vec(gallivm, bld->type, ~1); in lp_build_sin() local 2077 LLVMValueRef emm2_and = LLVMBuildAnd(b, emm2_add, inv_one, "emm2_and"); in lp_build_sin() 2288 LLVMValueRef inv_one = lp_build_const_int_vec(gallivm, bld->type, ~1); in lp_build_cos() local 2289 LLVMValueRef emm2_and = LLVMBuildAnd(b, emm2_add, inv_one, "emm2_and"); in lp_build_cos()
|