Home | History | Annotate | Download | only in src

Lines Matching refs:HAdd

992     HInstruction* add = HAdd::New(zone, context,
1419 Representation HAdd::RepresentationFromInputs() {
1428 Representation HAdd::RequiredInputRepresentation(int index) {
1445 HValue* HAdd::Canonicalize() {
1812 Range* HAdd::InferRange(Zone* zone) {
2039 HAdd* add = HAdd::cast(base);
2202 HAdd* operation = HAdd::cast(phi_operand);
3806 new_dominator_size_value = HAdd::New(zone, context(),
4066 DEFINE_NEW_H_SIMPLE_ARITHMETIC_INSTR(HAdd, +)