Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8689 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
8695 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool) in CheckVectorOperands()
8703 if (LHSVecType && RHSVecType && in CheckVectorOperands()
8718 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
8721 Context.getTypeSize(RHSVecType->getElementType()))) { in CheckVectorOperands()
8731 RHSVecType->getElementType()->isIntegerType()) { in CheckVectorOperands()
8740 if (!RHSVecType) { in CheckVectorOperands()
8752 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands()
8794 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()
8807 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands()
[all …]