Searched refs:opConv (Results 1 – 2 of 2) sorted by relevance
763 return Rops.opConv(targetType, sourceType); in getCastRop()
1153 case RegOps.CONV: return opConv(dest, sources.getType(0)); in ropFor()1715 public static Rop opConv(TypeBearer dest, TypeBearer source) { in opConv() method in Rops