Lines Matching defs:from
1494 return (from().Equals(to())) ? value() : this;
1530 os << " " << from().Mnemonic() << " to " << to().Mnemonic();
1556 } else if (left->IsChange() && HChange::cast(left)->from().IsInteger32()) {
1557 // A change from an integer32 can be replaced by the integer32 value.
1573 HChange::cast(right)->from().IsInteger32()) {
1574 // A change from an integer32 can be replaced by the integer32 value.
1747 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) &&
2553 HSimulate* from = list->RemoveLast();
2554 ZoneList<HValue*>* from_values = &from->values_;
2556 if (from->HasAssignedIndexAt(i)) {
2557 int index = from->GetAssignedIndexAt(i);
2568 pop_count_ += from->pop_count_;
2569 from->DeleteAndReplaceWith(NULL);
3437 // constant-offset-from-key * kPointerSize)
3661 if (from().IsDouble() && to().IsTagged()) return HType::HeapNumber();
3670 // used as an integer or a double. Infer the representation from the uses.
4005 // constant-offset-from-key * kPointerSize)
4015 // If value is an integer or smi or comes from the result of a keyed load or
4019 // The exception to that is keyed loads from external float or double arrays:
4032 if (HChange::cast(value())->from().IsSmiOrInteger32()) {
4501 // Ignore the use requirement from never run code
4658 // from the end of the fixed part of the object.