Home | History | Annotate | Download | only in src

Lines Matching refs:HArithmeticBinaryOperation

3884 class HArithmeticBinaryOperation: public HBinaryOperation {
3886 HArithmeticBinaryOperation(HValue* context, HValue* left, HValue* right)
4358 class HAdd: public HArithmeticBinaryOperation {
4389 HArithmeticBinaryOperation::RepresentationChanged(to);
4401 : HArithmeticBinaryOperation(context, left, right) {
4407 class HSub: public HArithmeticBinaryOperation {
4436 : HArithmeticBinaryOperation(context, left, right) {
4442 class HMul: public HArithmeticBinaryOperation {
4473 HArithmeticBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason);
4485 : HArithmeticBinaryOperation(context, left, right) {
4491 class HMod: public HArithmeticBinaryOperation {
4519 HArithmeticBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason);
4534 : HArithmeticBinaryOperation(context, left, right),
4544 class HDiv: public HArithmeticBinaryOperation {
4568 HArithmeticBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason);
4580 : HArithmeticBinaryOperation(context, left, right) {
4587 class HMathMinMax: public HArithmeticBinaryOperation {
4634 : HArithmeticBinaryOperation(context, left, right),