Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11082 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
11086 if (!AllowBothBool && LHSVecType && in CheckVectorOperands()
11101 if (LHSVecType && RHSVecType && in CheckVectorOperands()
11103 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
11210 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
11220 if (!LHSVecType) { in CheckVectorOperands()
11237 const VectorType *VT = LHSVecType ? LHSVecType : RHSVecType; in CheckVectorOperands()
11239 ExprResult *OtherExpr = LHSVecType ? &RHS : &LHS; in CheckVectorOperands()
11268 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()
11281 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
[all …]