Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Ty2

8910 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
8911 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
8914 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();