Home
last modified time | relevance | path

Searched refs:SourceRHS (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
11528 !EvaluateAsRValue(Info, E->getArg(1), SourceRHS)) in VisitCallExpr()
11538 APSInt RHS = SourceRHS.getVectorElt(EltNum).getInt(); in VisitCallExpr()