Lines Matching defs:ExtTy
4379 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension;
4384 if (It->second.getInt() == ExtTy)
4390 ExtTy = BothExtension;
4392 PromotedInsts[ExtOpnd] = TypeIsSExt(ExtOpnd->getType(), ExtTy);
4401 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension;
4403 if (It != PromotedInsts.end() && It->second.getInt() == ExtTy)
4613 Type *ExtTy = Ext->getType();
4618 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt))
4635 if (!ExtOpnd->hasOneUse() && !TLI.isTruncateFree(ExtTy, ExtOpnd->getType()))
6035 Type *ExtTy = FirstUser->getType();
6042 if (CurTy == ExtTy)
6061 if (ExtTy->getScalarType()->getIntegerBitWidth() >
6064 LargeTy = ExtTy;
6066 NarrowTy = ExtTy;