Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Ty2

6079 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
6080 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
6083 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
6096 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
6097 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
6100 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();