Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:FromType

527 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
528 if (!FromType->isIntegerTy() || !ToType->isIntegerTy())
530 unsigned FromBits = FromType->getPrimitiveSizeInBits();
772 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType,
774 return isTruncateFree(FromType, ToType);