Home | History | Annotate | Download | only in llvmpipe

Lines Matching full:shufflev

465       LLVMValueRef shufflev, countd;
475 shufflev = LLVMConstVector(shuffles, type.length);
476 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, "");