Home | History | Annotate | Download | only in AST

Lines Matching defs:Opcode

1803                               BinaryOperatorKind Opcode, APSInt RHS,
1805 switch (Opcode) {
1827 Result = (Opcode == BO_Rem ? LHS % RHS : LHS / RHS);
1901 APFloat &LHS, BinaryOperatorKind Opcode,
1903 switch (Opcode) {
2960 BinaryOperatorKind Opcode;
3009 if (!handleIntIntBinOp(Info, E, LHS, Opcode, RHS.getInt(), LHS))
3018 handleFloatFloatBinOp(Info, E, Value, Opcode, RHS.getFloat()) &&
3030 (Opcode != BO_Add && Opcode != BO_Sub)) {
3036 if (Opcode == BO_Sub)
3058 Opcode, const APValue &RVal) {
3068 CompoundAssignSubobjectHandler Handler = { Info, E, PromotedLValType, Opcode,
7846 BinaryOperator::Opcode Opcode = E->getOpcode();
7847 return Success(Opcode == BO_EQ || Opcode == BO_LE || Opcode == BO_GE, E);