Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:ToType

391 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
392 if (!FromType->isIntegerTy() || !ToType->isIntegerTy())
395 unsigned ToBits = ToType->getPrimitiveSizeInBits();
637 Type *ToType) const {
638 return isTruncateFree(FromType, ToType);