Home | History | Annotate | Download | only in crankshaft

Lines Matching full:hadd

1354 HInstruction* HAdd::New(Isolate* isolate, Zone* zone, HValue* context,
1360 return new (zone) HAdd(context, left, right, external_add_type);
1364 Representation HAdd::RepresentationFromInputs() {
1373 Representation HAdd::RequiredInputRepresentation(int index) {
1394 HValue* HAdd::Canonicalize() {
1755 Range* HAdd::InferRange(Zone* zone) {
3323 DEFINE_NEW_H_SIMPLE_ARITHMETIC_INSTR(HAdd, +)