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 | 1324 const MCExpr *DestValue; in parseCallTarget() local 1325 if (getParser().parseExpression(DestValue)) in parseCallTarget() 1328 Operands.push_back(SparcOperand::CreateImm(DestValue, S, E)); in parseCallTarget()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7944 static bool handleRValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleRValueToRValueBitCast() argument 7965 DestValue = std::move(*MaybeDestValue); in handleRValueToRValueBitCast() 7969 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument 7985 return handleRValueToRValueBitCast(Info, DestValue, SourceRValue, BCE); in handleLValueToRValueBitCast() 8592 APValue DestValue, SourceValue; in VisitCastExpr() local 8595 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr() 8597 return DerivedSuccess(DestValue, E); in VisitCastExpr()
|