Home | History | Annotate | Download | only in memcheck

Lines Matching refs:src_ty

696    IRType  src_ty;
701 src_ty = typeOfIRExpr(mce->sb->tyenv, vbits);
704 if (src_ty == Ity_I32 && dst_ty == Ity_I32)
707 if (src_ty == Ity_I64 && dst_ty == Ity_I64)
710 if (src_ty == Ity_I32 && dst_ty == Ity_I64) {
717 switch (src_ty) {
744 ppIRType(src_ty);