Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ScaleVal

1811           int64_t ScaleVal;
1812 if (getParser().parseAbsoluteExpression(ScaleVal)){
1819 ScaleVal != 1) {
1823 if (ScaleVal != 1 && ScaleVal != 2 && ScaleVal != 4 && ScaleVal != 8){
1827 Scale = (unsigned)ScaleVal;