Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:FromType

368 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
369 if (!FromType->isIntegerTy() || !ToType->isIntegerTy())
371 unsigned FromBits = FromType->getPrimitiveSizeInBits();
611 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType,
613 return isTruncateFree(FromType, ToType);