Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExpr.cpp10676 const VectorType *LHSVecType = LHSType->getAs<VectorType>(); in CheckVectorOperands() local
10678 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
10680 if ((LHSVecType && LHSVecType->getElementType()->isBFloat16Type()) || in CheckVectorOperands()
10687 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool && in CheckVectorOperands()
10701 if (LHSVecType && RHSVecType && in CheckVectorOperands()
10703 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10716 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
10717 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()
10718 (Context.getTypeSize(LHSVecType->getElementType()) == in CheckVectorOperands()
10720 if (LHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()
[all …]