Searched refs:DestValue (Results 1 – 2 of 2) sorted by relevance
1018 const MCExpr *DestValue; in parseCallTarget() local1019 if (getParser().parseExpression(DestValue)) in parseCallTarget()1026 const MCExpr *DestExpr = SparcMCExpr::create(Kind, DestValue, getContext()); in parseCallTarget()
7311 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument7342 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()7919 APValue DestValue, SourceValue; in VisitCastExpr() local7922 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()7924 return DerivedSuccess(DestValue, E); in VisitCastExpr()