Searched defs:StoreSize (Results 1 – 4 of 4) sorted by relevance
46 unsigned StoreSize[4]; variable
290 unsigned StoreSize = (unsigned)SizeInBits >> 3; in processLoopStore() local370 unsigned StoreSize, AliasAnalysis &AA, in mayLoopAccessLocation()440 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, in processLoopStridedStore()549 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, in processLoopStoreOfLoopLoad()
692 uint64_t StoreSize = TD.getTypeStoreSizeInBits(StoredValTy); in CoerceAvailableValueToLoadType() local805 uint64_t StoreSize = WriteSizeInBits >> 3; // Convert to bytes. in AnalyzeLoadFromClobberingWrite() local851 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType()); in AnalyzeLoadFromClobberingStore() local941 uint64_t StoreSize = (TD.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; in GetStoreValueForLoad() local
212 int64_t StoreSize = TD.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local