Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Ty2

1489 HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
1491 EVT MTy2 = EVT::getEVT(Ty2);
1506 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const {
1509 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())