Home | History | Annotate | Download | only in gc

Lines Matching refs:wr

743 	var wr types.EType
846 wr = nr.Type.Etype
847 if isInt[wr] || isFloat[wr] || isComplex[wr] {
848 wr = TIDEAL
852 if wl != wr {
853 if wl == TINTER || wr == TINTER {