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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c322 LLVMValueRef constvec, tmp; local in function:lp_build_intrinsic_binary_anylength
335 constvec = LLVMConstVector(elems, intrin_length);
336 anative = LLVMBuildShuffleVector(builder, a, a, constvec, "");
337 bnative = LLVMBuildShuffleVector(builder, b, b, constvec, "");
342 constvec = LLVMConstVector(elems, src_type.length);
343 return LLVMBuildShuffleVector(builder, tmp, tmp, constvec, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c328 LLVMValueRef constvec, tmp; local in function:lp_build_intrinsic_binary_anylength
341 constvec = LLVMConstVector(elems, intrin_length);
342 anative = LLVMBuildShuffleVector(builder, a, a, constvec, "");
343 bnative = LLVMBuildShuffleVector(builder, b, b, constvec, "");
348 constvec = LLVMConstVector(elems, src_type.length);
349 return LLVMBuildShuffleVector(builder, tmp, tmp, constvec, "");

Completed in 3 milliseconds