Searched refs:DestValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 1236 const MCExpr *DestValue; in parseCallTarget() local 1237 if (getParser().parseExpression(DestValue)) in parseCallTarget() 1244 const MCExpr *DestExpr = SparcMCExpr::create(Kind, DestValue, getContext()); in parseCallTarget()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7606 static bool handleRValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleRValueToRValueBitCast() argument 7627 DestValue = std::move(*MaybeDestValue); in handleRValueToRValueBitCast() 7631 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument 7647 return handleRValueToRValueBitCast(Info, DestValue, SourceRValue, BCE); in handleLValueToRValueBitCast() 8246 APValue DestValue, SourceValue; in VisitCastExpr() local 8249 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr() 8251 return DerivedSuccess(DestValue, E); in VisitCastExpr()
|