Searched refs:DestValue (Results 1 – 2 of 2) sorted by relevance
912 const MCExpr *DestValue; in parseCallTarget() local913 if (getParser().parseExpression(DestValue)) in parseCallTarget()920 const MCExpr *DestExpr = SparcMCExpr::create(Kind, DestValue, getContext()); in parseCallTarget()
7222 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument7253 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()7815 APValue DestValue, SourceValue; in VisitCastExpr() local7818 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()7820 return DerivedSuccess(DestValue, E); in VisitCastExpr()