Home
last modified time | relevance | path

Searched refs:isLaxVectorConversion (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp7790 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
9585 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
9605 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
10546 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
H A DSemaOverload.cpp1662 (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
1664 if (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12265 bool isLaxVectorConversion(QualType srcType, QualType destType);