Home | History | Annotate | Download | only in Sema

Lines Matching refs:areCompatibleVectorTypes

1377     if (Context.areCompatibleVectorTypes(FromType, ToType) ||
2108 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) {