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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11081 const VectorType *RHSVecType = RHSType->getAs<VectorType>(); local
11082 assert(LHSVecType || RHSVecType);
11087 LHSVecType->getVectorKind() == VectorKind::AltiVecBool && RHSVecType &&
11088 RHSVecType->getVectorKind() == VectorKind::AltiVecBool)
11101 if (LHSVecType && RHSVecType &&
11116 if (AllowBoolConversions && LHSVecType && RHSVecType &&
11117 LHSVecType->getNumElements() == RHSVecType->getNumElements() &&
11119 Context.getTypeSize(RHSVecType->getElementType()))) {
11122 RHSVecType->getVectorKind() == VectorKind::AltiVecBool) {
11128 RHSVecType
[all...]

Completed in 140 milliseconds