Searched refs:tryGCCVectorConvertAndSplat (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 10301 static bool tryGCCVectorConvertAndSplat(Sema &S, ExprResult *Scalar, in tryGCCVectorConvertAndSplat() function 10522 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckVectorOperands() 10534 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckVectorOperands() 10647 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckSizelessVectorOperands() 10652 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckSizelessVectorOperands()
|