Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:OpPrecedence

41 static const char OpPrecedence[] = {
116 if (OpPrecedence[Op] > OpPrecedence[StackOp] || StackOp == IC_LPAREN) {
131 if (!(OpPrecedence[StackOp] >= OpPrecedence[Op] || ParenCount))