Home | History | Annotate | Download | only in src

Lines Matching defs:from_

4136       : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
4138 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
4142 InstanceType from() { return from_; }
4154 InstanceType from_;