Home
last modified time | relevance | path

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

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