Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10051 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
10053 if ((LHSVecType && LHSVecType->getElementType()->isBFloat16Type()) || in CheckVectorOperands()
10060 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool && in CheckVectorOperands()
10069 if (LHSVecType && RHSVecType && in CheckVectorOperands()
10071 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10145 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10155 if (!LHSVecType) { in CheckVectorOperands()
10172 const VectorType *VT = LHSVecType ? LHSVecType : RHSVecType; in CheckVectorOperands()
10199 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()
10212 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
[all …]