Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Ty1

1037 bool MSP430TargetLowering::isTruncateFree(Type *Ty1,
1039 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
1042 return (Ty1->getPrimitiveSizeInBits() > Ty2->getPrimitiveSizeInBits());
1052 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
1054 return 0 && Ty1->isIntegerTy(8) && Ty2->isIntegerTy(16);