Searched refs:DestSize (Results 1 – 6 of 6) 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()
92 unsigned DestSize = Ty->getScalarSizeInBits(); in getOperationCost() local93 if (DL->isLegalInteger(DestSize) && in getOperationCost()94 DestSize >= DL->getPointerTypeSizeInBits(OpTy)) in getOperationCost()
1119 unsigned DestSize = DestVT.getSizeInBits(); in SelectAddrSpaceCast() local1121 if (SrcSize > DestSize) { in SelectAddrSpaceCast()1122 assert(SrcSize == 64 && DestSize == 32); in SelectAddrSpaceCast()1132 if (DestSize > SrcSize) { in SelectAddrSpaceCast()1133 assert(SrcSize == 32 && DestSize == 64); in SelectAddrSpaceCast()1152 assert(SrcSize == 64 && DestSize == 64); in SelectAddrSpaceCast()
526 unsigned DestSize = DL->getTypeSizeInBits(Dest->getScalarType()); in isZExtFree() local528 return SrcSize == 32 && DestSize == 64; in isZExtFree()
768 uint64_t DestSize = DL.getTypeAllocSize(Dest.getType()->getElementType()); in shouldLinkFromSource() local770 LinkFromSrc = SrcSize > DestSize; in shouldLinkFromSource()
1791 unsigned DestSize = DestVT.getSizeInBits(); in EmitStackConvert() local1809 if (SlotSize == DestSize) in EmitStackConvert()1813 assert(SlotSize < DestSize && "Unknown extension!"); in EmitStackConvert()