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()
7225 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument7256 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()7818 APValue DestValue, SourceValue; in VisitCastExpr() local7821 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()7823 return DerivedSuccess(DestValue, E); in VisitCastExpr()