Searched refs:ShiftExpr (Results 1 – 1 of 1) sorted by relevance
4178 const MCExpr *ShiftExpr = nullptr; in tryParseShiftRegister() local4179 if (getParser().parseExpression(ShiftExpr, EndLoc)) { in tryParseShiftRegister()4184 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(ShiftExpr); in tryParseShiftRegister()