Home | History | Annotate | Download | only in AST

Lines Matching refs:BO_Rem

1649   case BO_Rem:
1658 Result = (Opcode == BO_Rem ? LHS % RHS : LHS / RHS);
8501 case BO_Rem:
8519 Exp->getOpcode() == BO_Rem) {