Home | History | Annotate | Download | only in ARM

Lines Matching refs:Ty2

9784 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const {
9785 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())