Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11526 APValue SourceLHS, SourceRHS; in VisitCallExpr() local
11527 if (!EvaluateAsRValue(Info, E->getArg(0), SourceLHS) || in VisitCallExpr()
11532 unsigned SourceLen = SourceLHS.getVectorLength(); in VisitCallExpr()
11537 APSInt LHS = SourceLHS.getVectorElt(EltNum).getInt(); in VisitCallExpr()