Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp7292 const VectorType *LHSVecType = LHSType->getAs<VectorType>(); in CheckVectorOperands() local
7294 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
7299 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool && in CheckVectorOperands()
7308 if (LHSVecType && RHSVecType && in CheckVectorOperands()
7310 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
7323 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
7324 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()
7325 (Context.getTypeSize(LHSVecType->getElementType()) == in CheckVectorOperands()
7327 if (LHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()
7328 LHSVecType->getElementType()->isIntegerType() && in CheckVectorOperands()
[all …]