Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp495 MCExpr const *InnerExpression; in tryParseRelocExpression() local
496 if (getParser().parseExpression(InnerExpression)) in tryParseRelocExpression()
510 AVRMCExpr::create(ModifierKind, InnerExpression, isNegated, getContext()); in tryParseRelocExpression()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp480 MCExpr const *InnerExpression; in tryParseRelocExpression() local
481 if (getParser().parseExpression(InnerExpression)) in tryParseRelocExpression()
494 MCExpr const *Expression = AVRMCExpr::create(ModifierKind, InnerExpression, in tryParseRelocExpression()