Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9970 static bool tryGCCVectorConvertAndSplat(Sema &S, ExprResult *Scalar, in tryGCCVectorConvertAndSplat() function
10218 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckVectorOperands()
10230 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckVectorOperands()
10344 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckSizelessVectorOperands()
10349 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckSizelessVectorOperands()