Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10051 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
10054 (RHSVecType && RHSVecType->getElementType()->isBFloat16Type())) in CheckVectorOperands()
10061 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool) in CheckVectorOperands()
10069 if (LHSVecType && RHSVecType && in CheckVectorOperands()
10084 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
10097 RHSVecType->getElementType()->isIntegerType()) { in CheckVectorOperands()
10144 if (!RHSVecType) { in CheckVectorOperands()
10156 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands()
10198 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()
10211 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands()
[all …]