Home | History | Annotate | Download | only in priv

Lines Matching defs:dstTy

596 static IRExpr* narrowFrom64 ( IRType dstTy, IRExpr* e )
598 switch (dstTy) {
5985 IRType dstTy = isI64 ? Ity_I64 : Ity_I32;
5987 IRTemp dst = newTemp(dstTy);
6016 IRType dstTy = isI64 ? Ity_I64 : Ity_I32;
6018 IRTemp dst = newTemp(dstTy);