Searched defs:LoadSize (Results 1 – 4 of 4) sorted by relevance
119 uint64_t LoadSize = TD->getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally() local
110 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
755 uint64_t LoadSize = TD.getTypeSizeInBits(LoadedTy); in CoerceAvailableValueToLoadType() local863 uint64_t LoadSize = TD.getTypeSizeInBits(LoadTy); in AnalyzeLoadFromClobberingWrite() local937 unsigned LoadSize = TD.getTypeStoreSize(LoadTy); in AnalyzeLoadFromClobberingLoad() local1004 uint64_t LoadSize = (TD.getTypeSizeInBits(LoadTy) + 7) / 8; in GetStoreValueForLoad() local1043 unsigned LoadSize = TD.getTypeStoreSize(LoadTy); in GetLoadValueForLoad() local1100 uint64_t LoadSize = TD.getTypeSizeInBits(LoadTy)/8; in GetMemInstValueForLoad() local
2188 unsigned LoadSize = (RemainingSize == 3 ? 2 : RemainingSize); in WriteByValArg() local2286 for (unsigned LoadSize = 4; Offset < ByValSize; LoadSize /= 2) { in PassByValArg64() local