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.cpp10168 static bool tryGCCVectorConvertAndSplat(Sema &S, ExprResult *Scalar, in tryGCCVectorConvertAndSplat() function
10434 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckVectorOperands()
10446 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckVectorOperands()
10560 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckSizelessVectorOperands()
10565 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckSizelessVectorOperands()