Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Ty2

1164                                           Type *Ty2) const {
1165 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
1168 return (Ty1->getPrimitiveSizeInBits() > Ty2->getPrimitiveSizeInBits());
1178 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
1180 return 0 && Ty1->isIntegerTy(8) && Ty2->isIntegerTy(16);