Home | History | Annotate | Download | only in src

Lines Matching refs:to_

2935       : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
2937 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
2942 InstanceType to() { return to_; }
2954 InstanceType to_; // Inclusive range, not all combinations work.