Home | History | Annotate | Download | only in src

Lines Matching refs:to_

4601   InstanceType to() { return to_; }
4615 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
4617 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
4622 InstanceType to_; // Inclusive range, not all combinations work.