Home | History | Annotate | Download | only in Sema

Lines Matching refs:areCompatibleVectorTypes

1416     if (S.Context.areCompatibleVectorTypes(FromType, ToType) ||
2164 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) {