Home | History | Annotate | Download | only in AsmParser

Lines Matching full:scaleval

1793           int64_t ScaleVal;
1794 if (getParser().parseAbsoluteExpression(ScaleVal)){
1800 if (ScaleVal != 1 && ScaleVal != 2 && ScaleVal != 4 && ScaleVal != 8){
1804 Scale = (unsigned)ScaleVal;