Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Ty1

1491 HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
1492 EVT MTy1 = EVT::getEVT(Ty1);
1508 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const {
1511 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
1517 return Ty1->getPrimitiveSizeInBits() <= 32;