Home | History | Annotate | Download | only in priv

Lines Matching refs:src_ty

893    IRType src_ty = typeOfIRExpr(irsb->tyenv,e);
894 if (src_ty == dst_ty)
896 if (src_ty == Ity_I32 && dst_ty == Ity_I16)
898 if (src_ty == Ity_I32 && dst_ty == Ity_I8)
902 ppIRType(src_ty);