Searched refs:dst_ty (Results 1 – 4 of 4) sorted by relevance
934 static IRAtom* mkPCastTo( MCEnv* mce, IRType dst_ty, IRAtom* vbits ) in mkPCastTo() argument964 switch (dst_ty) { in mkPCastTo()980 ppIRType(dst_ty); in mkPCastTo()
694 static IRAtom* mkPCastTo( MCEnv* mce, IRType dst_ty, IRAtom* vbits ) in mkPCastTo() argument704 if (src_ty == Ity_I32 && dst_ty == Ity_I32) in mkPCastTo()707 if (src_ty == Ity_I64 && dst_ty == Ity_I64) in mkPCastTo()710 if (src_ty == Ity_I32 && dst_ty == Ity_I64) { in mkPCastTo()749 switch (dst_ty) { in mkPCastTo()769 ppIRType(dst_ty); in mkPCastTo()
1616 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) in narrowTo() argument1619 if (src_ty == dst_ty) in narrowTo()1621 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()1623 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()1625 if (src_ty == Ity_I64 && dst_ty == Ity_I32) in narrowTo()1627 if (src_ty == Ity_I64 && dst_ty == Ity_I16) in narrowTo()1629 if (src_ty == Ity_I64 && dst_ty == Ity_I8) in narrowTo()1635 ppIRType(dst_ty); in narrowTo()
892 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) in narrowTo() argument895 if (src_ty == dst_ty) in narrowTo()897 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()899 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()905 ppIRType(dst_ty); in narrowTo()