Lines Matching refs:ExtTy
4048 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in addPromotedInst() local
4053 if (It->second.getInt() == ExtTy) in addPromotedInst()
4059 ExtTy = BothExtension; in addPromotedInst()
4061 PromotedInsts[ExtOpnd] = TypeIsSExt(ExtOpnd->getType(), ExtTy); in addPromotedInst()
4071 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in getOrigType() local
4073 if (It != PromotedInsts.end() && It->second.getInt() == ExtTy) in getOrigType()
4283 Type *ExtTy = Ext->getType(); in getAction() local
4288 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt)) in getAction()
4305 if (!ExtOpnd->hasOneUse() && !TLI.isTruncateFree(ExtTy, ExtOpnd->getType())) in getAction()
5682 Type *ExtTy = FirstUser->getType(); in hasSameExtUse() local
5689 if (CurTy == ExtTy) in hasSameExtUse()
5708 if (ExtTy->getScalarType()->getIntegerBitWidth() > in hasSameExtUse()
5711 LargeTy = ExtTy; in hasSameExtUse()
5713 NarrowTy = ExtTy; in hasSameExtUse()