Home | History | Annotate | Download | only in Sema

Lines Matching refs:Vec2

7722                 Vec2 = CandidateTypes[1].vector_begin(),
7724 Vec2 != Vec2End; ++Vec2) {
7725 QualType LandR[2] = { *Vec1, *Vec2 };
7728 if ((*Vec1)->isExtVectorType() || !(*Vec2)->isExtVectorType())
7731 Result = *Vec2;
7970 Vec2 = CandidateTypes[1].vector_begin(),
7972 Vec2 != Vec2End; ++Vec2) {
7974 ParamTypes[1] = *Vec2;