Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExtTy

2873   Type *ExtTy = Ext->getType();
2878 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt))
2895 if (!ExtOpnd->hasOneUse() && !TLI.isTruncateFree(ExtTy, ExtOpnd->getType()))
3996 Type *ExtTy = FirstUser->getType();
4003 if (CurTy == ExtTy)
4022 if (ExtTy->getScalarType()->getIntegerBitWidth() >
4025 LargeTy = ExtTy;
4027 NarrowTy = ExtTy;