Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp9885 const VectorType *LHSVecType = LHSType->getAs<VectorType>(); in CheckVectorOperands() local
9887 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
9889 if ((LHSVecType && LHSVecType->getElementType()->isBFloat16Type()) || in CheckVectorOperands()
9896 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool && in CheckVectorOperands()
9905 if (LHSVecType && RHSVecType && in CheckVectorOperands()
9907 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
9920 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
9921 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()
9922 (Context.getTypeSize(LHSVecType->getElementType()) == in CheckVectorOperands()
9924 if (LHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()
[all …]
/external/clang/lib/Sema/
DSemaExpr.cpp7888 const VectorType *LHSVecType = LHSType->getAs<VectorType>(); in CheckVectorOperands() local
7890 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
7895 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool && in CheckVectorOperands()
7904 if (LHSVecType && RHSVecType && in CheckVectorOperands()
7906 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
7919 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
7920 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()
7921 (Context.getTypeSize(LHSVecType->getElementType()) == in CheckVectorOperands()
7923 if (LHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()
7924 LHSVecType->getElementType()->isIntegerType() && in CheckVectorOperands()
[all …]