Home
last modified time | relevance | path

Searched refs:DestValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp912 const MCExpr *DestValue; in parseCallTarget() local
913 if (getParser().parseExpression(DestValue)) in parseCallTarget()
920 const MCExpr *DestExpr = SparcMCExpr::create(Kind, DestValue, getContext()); in parseCallTarget()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7225 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument
7256 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()
7818 APValue DestValue, SourceValue; in VisitCastExpr() local
7821 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()
7823 return DerivedSuccess(DestValue, E); in VisitCastExpr()