Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp7455 const VectorType *RHSVecType = RHSType->getAs<VectorType>(); in CheckVectorOperands() local
7456 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
7462 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool) in CheckVectorOperands()
7470 if (LHSVecType && RHSVecType && in CheckVectorOperands()
7485 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
7486 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()
7488 Context.getTypeSize(RHSVecType->getElementType()))) { in CheckVectorOperands()
7491 RHSVecType->getVectorKind() == VectorType::AltiVecBool) { in CheckVectorOperands()
7497 RHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()
7498 RHSVecType->getElementType()->isIntegerType()) { in CheckVectorOperands()
[all …]