Home | History | Annotate | Download | only in gallivm

Lines Matching refs:src_type

265                                     struct lp_type src_type,
271 struct lp_type intrin_type = src_type;
275 unsigned intrin_length = intr_size / src_type.width;
279 if (intrin_length > src_type.length) {
283 for (i = 0; i < src_type.length; i++) {
289 if (src_type.length == 1) {
300 if (src_type.length > 1) {
301 constvec = LLVMConstVector(elems, src_type.length);
308 else if (intrin_length < src_type.length) {
309 unsigned num_vec = src_type.length / intrin_length;
313 if (src_type.length % intrin_length) {
337 lp_build_vec_type(gallivm, src_type),