Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3484 const MCExpr *ShiftExpr = nullptr; in tryParseShiftRegister() local
3485 if (getParser().parseExpression(ShiftExpr, EndLoc)) { in tryParseShiftRegister()
3490 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(ShiftExpr); in tryParseShiftRegister()