Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExtTy

2931   Type *ExtTy = Ext->getType();
2936 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt))
2953 if (!ExtOpnd->hasOneUse() && !TLI.isTruncateFree(ExtTy, ExtOpnd->getType()))
4080 Type *ExtTy = FirstUser->getType();
4087 if (CurTy == ExtTy)
4106 if (ExtTy->getScalarType()->getIntegerBitWidth() >
4109 LargeTy = ExtTy;
4111 NarrowTy = ExtTy;