Home | History | Annotate | Download | only in AST

Lines Matching refs:isDecrementOp

1712   static bool isDecrementOp(Opcode Op) {
1715 bool isDecrementOp() const {
1716 return isDecrementOp(getOpcode());