Searched refs:src_ty (Results 1 – 5 of 5) sorted by relevance
206 IRType src_ty = typeOfIRExpr(irsb->tyenv, e); in narrowTo() local207 if (src_ty == dst_ty) in narrowTo()209 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()211 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()214 if (src_ty == Ity_I64 && dst_ty == Ity_I8) { in narrowTo()217 if (src_ty == Ity_I64 && dst_ty == Ity_I16) { in narrowTo()220 if (src_ty == Ity_I64 && dst_ty == Ity_I32) { in narrowTo()226 ppIRType(src_ty); in narrowTo()
893 IRType src_ty = typeOfIRExpr(irsb->tyenv,e); in narrowTo() local894 if (src_ty == dst_ty) in narrowTo()896 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()898 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()902 ppIRType(src_ty); in narrowTo()
1296 IRType src_ty = typeOfIRExpr(irsb->tyenv, e); in narrowTo() local1297 if (src_ty == dst_ty) in narrowTo()1299 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()1301 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()1303 if (src_ty == Ity_I64 && dst_ty == Ity_I8) { in narrowTo()1307 if (src_ty == Ity_I64 && dst_ty == Ity_I16) { in narrowTo()
1756 IRType src_ty = typeOfIRExpr(irsb->tyenv,e); in narrowTo() local1757 if (src_ty == dst_ty) in narrowTo()1759 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()1761 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()1763 if (src_ty == Ity_I64 && dst_ty == Ity_I32) in narrowTo()1765 if (src_ty == Ity_I64 && dst_ty == Ity_I16) in narrowTo()1767 if (src_ty == Ity_I64 && dst_ty == Ity_I8) in narrowTo()1771 ppIRType(src_ty); in narrowTo()
759 IRType src_ty; in mkPCastTo() local764 src_ty = typeOfIRExpr(mce->sb->tyenv, vbits); in mkPCastTo()767 if (src_ty == Ity_I32 && dst_ty == Ity_I32) in mkPCastTo()770 if (src_ty == Ity_I64 && dst_ty == Ity_I64) in mkPCastTo()773 if (src_ty == Ity_I32 && dst_ty == Ity_I64) { in mkPCastTo()779 if (src_ty == Ity_I32 && dst_ty == Ity_V128) { in mkPCastTo()786 if (src_ty == Ity_I32 && dst_ty == Ity_V256) { in mkPCastTo()794 if (src_ty == Ity_I64 && dst_ty == Ity_I32) { in mkPCastTo()801 if (src_ty == Ity_V128 && dst_ty == Ity_I64) { in mkPCastTo()829 switch (src_ty) { in mkPCastTo()[all …]