Searched refs:StoreBytes (Results 1 – 1 of 1) sorted by relevance
599 const unsigned int StoreBytes = mpTD->getTypeStoreSize(Ty); in StoreValueToMemory() local604 bccAssert(((IntVal.getBitWidth() + 7) / 8 >= StoreBytes) && in StoreValueToMemory()613 memcpy(Addr, Src, StoreBytes); in StoreValueToMemory()622 unsigned int i = StoreBytes; in StoreValueToMemory()649 if (StoreBytes != sizeof(llvm::PointerTy)) in StoreValueToMemory()650 memset(Addr, 0, StoreBytes); in StoreValueToMemory()661 reinterpret_cast<uint8_t*>(Addr) + StoreBytes); in StoreValueToMemory()