Searched refs:ShiftExpr (Results 1 – 1 of 1) sorted by relevance
1131 const MCExpr *ShiftExpr = 0; in TryParseShiftRegister() local1132 if (getParser().ParseExpression(ShiftExpr)) { in TryParseShiftRegister()1137 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(ShiftExpr); in TryParseShiftRegister()