Searched refs:DestSize (Results 1 – 4 of 4) sorted by relevance
501 unsigned DestSize = DestTy->getScalarType()->getPrimitiveSizeInBits(); in Act() local504 if ((Ran->Rand() & 1) && VSize == DestSize) { in Act()512 if (VSize > DestSize) { in Act()516 assert(VSize < DestSize && "Different int types with the same size?"); in Act()546 if (VSize > DestSize) { in Act()549 } else if (VSize < DestSize) { in Act()
305 unsigned DestSize = Ty->getScalarSizeInBits(); in getOperationCost() local306 if (DL->isLegalInteger(DestSize) && in getOperationCost()307 DestSize >= DL->getPointerTypeSizeInBits(OpTy)) in getOperationCost()
451 unsigned DestSize = DL->getTypeSizeInBits(Dest->getScalarType()); in isZExtFree() local453 return SrcSize == 32 && DestSize == 64; in isZExtFree()
1776 unsigned DestSize = DestVT.getSizeInBits(); in EmitStackConvert() local1794 if (SlotSize == DestSize) in EmitStackConvert()1798 assert(SlotSize < DestSize && "Unknown extension!"); in EmitStackConvert()