Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp7831 static bool tryVectorConvertAndSplat(Sema &S, ExprResult *scalar, in tryVectorConvertAndSplat() function
7941 if (!tryVectorConvertAndSplat(*this, &RHS, RHSType, in CheckVectorOperands()
7946 if (!tryVectorConvertAndSplat(*this, (IsCompAssign ? nullptr : &LHS), in CheckVectorOperands()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp9631 static bool tryVectorConvertAndSplat(Sema &S, ExprResult *scalar, in tryVectorConvertAndSplat() function
9982 if (!tryVectorConvertAndSplat(*this, &RHS, RHSType, in CheckVectorOperands()
9993 if (!tryVectorConvertAndSplat(*this, (IsCompAssign ? nullptr : &LHS), in CheckVectorOperands()