Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1018 const MCExpr *DestValue; in parseCallTarget() local
1019 if (getParser().parseExpression(DestValue)) in parseCallTarget()
1026 const MCExpr *DestExpr = SparcMCExpr::create(Kind, DestValue, getContext()); in parseCallTarget()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7311 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument
7342 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()
7919 APValue DestValue, SourceValue; in VisitCastExpr() local
7922 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()
7924 return DerivedSuccess(DestValue, E); in VisitCastExpr()