Home | History | Annotate | Download | only in X86

Lines Matching refs:Ty1

12615 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
12616 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
12618 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
12640 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
12642 return Ty1->isIntegerTy(32) && Ty2->isIntegerTy(64) && Subtarget->is64Bit();