Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Ty2

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