Searched refs:tryGCCVectorConvertAndSplat (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 10562 static bool tryGCCVectorConvertAndSplat(Sema &S, ExprResult *Scalar, in tryGCCVectorConvertAndSplat() function 10783 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckVectorOperands() 10795 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckVectorOperands() 10908 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckSizelessVectorOperands() 10913 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckSizelessVectorOperands()
|