Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10968 static bool tryGCCVectorConvertAndSplat(Sema &S, ExprResult *Scalar, in tryGCCVectorConvertAndSplat() function
11216 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckVectorOperands()
11228 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckVectorOperands()
11342 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) in CheckSizelessVectorOperands()
11347 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) in CheckSizelessVectorOperands()