Searched refs:DestValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 1134 const MCExpr *DestValue; in parseCallTarget() local 1135 if (getParser().parseExpression(DestValue)) in parseCallTarget() 1142 const MCExpr *DestExpr = SparcMCExpr::create(Kind, DestValue, getContext()); in parseCallTarget()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7548 static bool handleRValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleRValueToRValueBitCast() argument 7569 DestValue = std::move(*MaybeDestValue); in handleRValueToRValueBitCast() 7573 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument 7589 return handleRValueToRValueBitCast(Info, DestValue, SourceRValue, BCE); in handleLValueToRValueBitCast() 8182 APValue DestValue, SourceValue; in VisitCastExpr() local 8185 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr() 8187 return DerivedSuccess(DestValue, E); in VisitCastExpr()
|