Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11082 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
11088 RHSVecType->getVectorKind() == VectorKind::AltiVecBool) in CheckVectorOperands()
11101 if (LHSVecType && RHSVecType && in CheckVectorOperands()
11116 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
11119 Context.getTypeSize(RHSVecType->getElementType()))) { in CheckVectorOperands()
11129 RHSVecType->getElementType()->isIntegerType()) { in CheckVectorOperands()
11209 if (!RHSVecType) { in CheckVectorOperands()
11221 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands()
11267 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()
11280 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands()
[all …]