Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Ty2

992                                           Type *Ty2) const {
993 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
996 return (Ty1->getPrimitiveSizeInBits() > Ty2->getPrimitiveSizeInBits());
1006 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
1008 return 0 && Ty1->isIntegerTy(8) && Ty2->isIntegerTy(16);