Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp7738 bool Sema::anyAltivecTypes(QualType SrcTy, QualType DestTy) { in anyAltivecTypes() function in Sema
9589 if (anyAltivecTypes(RHSType, LHSType) && in CheckAssignmentConstraints()
10547 if (anyAltivecTypes(RHSType, LHSType) && in CheckVectorOperands()
H A DSemaOverload.cpp1665 S.anyAltivecTypes(FromType, ToType) && in IsVectorConversion()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12267 bool anyAltivecTypes(QualType srcType, QualType destType);