Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9985 const VectorType *LHSVecType = LHSType->getAs<VectorType>(); in CheckVectorOperands() local
9987 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
9989 if ((LHSVecType && LHSVecType->getElementType()->isBFloat16Type()) || in CheckVectorOperands()
9996 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool && in CheckVectorOperands()
10005 if (LHSVecType && RHSVecType && in CheckVectorOperands()
10007 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10020 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
10021 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()
10022 (Context.getTypeSize(LHSVecType->getElementType()) == in CheckVectorOperands()
10024 if (LHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()
[all …]