Lines Matching defs:ExtTy
4666 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension;
4671 if (It->second.getInt() == ExtTy)
4677 ExtTy = BothExtension;
4679 PromotedInsts[ExtOpnd] = TypeIsSExt(ExtOpnd->getType(), ExtTy);
4688 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension;
4690 if (It != PromotedInsts.end() && It->second.getInt() == ExtTy)
4900 Type *ExtTy = Ext->getType();
4905 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt))
4922 if (!ExtOpnd->hasOneUse() && !TLI.isTruncateFree(ExtTy, ExtOpnd->getType()))
6320 Type *ExtTy = FirstUser->getType();
6327 if (CurTy == ExtTy)
6346 if (ExtTy->getScalarType()->getIntegerBitWidth() >
6349 LargeTy = ExtTy;
6351 NarrowTy = ExtTy;