Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Ty2

1049                                           Type *Ty2) const {
1050 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
1053 return (Ty1->getPrimitiveSizeInBits() > Ty2->getPrimitiveSizeInBits());
1063 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
1065 return 0 && Ty1->isIntegerTy(8) && Ty2->isIntegerTy(16);