Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp3093 const MCExpr *ShiftExpr = nullptr; in tryParseShiftRegister() local
3094 if (getParser().parseExpression(ShiftExpr, EndLoc)) { in tryParseShiftRegister()
3099 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(ShiftExpr); in tryParseShiftRegister()