Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10417 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
10419 if ((LHSVecType && LHSVecType->getElementType()->isBFloat16Type()) || in CheckVectorOperands()
10426 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool && in CheckVectorOperands()
10440 if (LHSVecType && RHSVecType && in CheckVectorOperands()
10442 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10516 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10526 if (!LHSVecType) { in CheckVectorOperands()
10543 const VectorType *VT = LHSVecType ? LHSVecType : RHSVecType; in CheckVectorOperands()
10573 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()
10586 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
[all …]