Home | History | Annotate | Download | only in X86

Lines Matching refs:Ty2

10813 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
10814 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
10817 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
10833 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
10835 return Ty1->isIntegerTy(32) && Ty2->isIntegerTy(64) && Subtarget->is64Bit();