Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp912 const MCExpr *DestValue; in parseCallTarget() local
913 if (getParser().parseExpression(DestValue)) in parseCallTarget()
920 const MCExpr *DestExpr = SparcMCExpr::create(Kind, DestValue, getContext()); in parseCallTarget()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7222 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument
7253 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()
7815 APValue DestValue, SourceValue; in VisitCastExpr() local
7818 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()
7820 return DerivedSuccess(DestValue, E); in VisitCastExpr()