Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1017 const MCExpr *DestValue; in parseCallTarget() local
1018 if (getParser().parseExpression(DestValue)) in parseCallTarget()
1025 const MCExpr *DestExpr = SparcMCExpr::create(Kind, DestValue, getContext()); in parseCallTarget()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp7304 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument
7335 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()
7906 APValue DestValue, SourceValue; in VisitCastExpr() local
7909 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()
7911 return DerivedSuccess(DestValue, E); in VisitCastExpr()