Home | History | Annotate | Download | only in AST

Lines Matching refs:BO_Rem

1746   case BO_Rem:
1751 Result = (Opcode == BO_Rem ? LHS % RHS : LHS / RHS);
9245 case BO_Rem:
9263 Exp->getOpcode() == BO_Rem) {