Lines Matching refs:Tvector
312 if (t->ty == Tvector) in implicitConvTo()
697 else if (tb->ty == Tvector && in implicitConvTo()
1391 const bool tob_isFV = (tob->ty == Tstruct || tob->ty == Tsarray || tob->ty == Tvector); in castTo()
1392 const bool t1b_isFV = (t1b->ty == Tstruct || t1b->ty == Tsarray || t1b->ty == Tvector); in castTo()
1403 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo()
1404 const bool t1b_isA = ((t1b->isintegral() || t1b->isfloating()) && t1b->ty != Tvector); in castTo()
1428 else if (tob->ty == Tvector && t1b->ty != Tvector) in castTo()
1437 else if (tob->ty != Tvector && t1b->ty == Tvector) in castTo()
2058 else if (tb->ty == Tvector && in castTo()
3110 else if (t1->ty == Tvector && t2->ty == Tvector) in typeMerge()
3121 else if (t1->ty == Tvector && t2->ty != Tvector && in typeMerge()
3129 else if (t2->ty == Tvector && t1->ty != Tvector && in typeMerge()
3141 if (t1->ty == Tvector || t2->ty == Tvector) in typeMerge()