Home | History | Annotate | Download | only in gallivm

Lines Matching refs:shuffles

1474                LLVMValueRef shuffles[8], shuffle;
1475 assert(h16_bld.type.length <= Elements(shuffles));
1477 shuffles[i] = lp_build_const_int32(bld->gallivm, 2 * (i & 1));
1478 shuffle = LLVMConstVector(shuffles, h16_bld.type.length);