We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fb161 commit 169b43dCopy full SHA for 169b43d
clang/lib/AST/ExprConstant.cpp
@@ -11815,7 +11815,6 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
11815
return false;
11816
11817
APSInt Mask = SourceMask.getInt();
11818
- QualType DestEltTy = E->getType()->castAs<VectorType>()->getElementType();
11819
unsigned SourceLen = SourceLHS.getVectorLength();
11820
SmallVector<APValue, 4> ResultElements;
11821
ResultElements.reserve(SourceLen);
0 commit comments