Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp7293 const VectorType *RHSVecType = RHSType->getAs<VectorType>(); in CheckVectorOperands() local
7294 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
7300 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool) in CheckVectorOperands()
7308 if (LHSVecType && RHSVecType && in CheckVectorOperands()
7323 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
7324 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()
7326 Context.getTypeSize(RHSVecType->getElementType()))) { in CheckVectorOperands()
7329 RHSVecType->getVectorKind() == VectorType::AltiVecBool) { in CheckVectorOperands()
7335 RHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()
7336 RHSVecType->getElementType()->isIntegerType()) { in CheckVectorOperands()
[all …]