Home
last modified time | relevance | path

Searched refs:getStoreSizeInBytes (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp282 static unsigned getStoreSizeInBytes(StoreInst *SI, const DataLayout *DL) { in getStoreSizeInBytes() function
397 unsigned StoreSize = getStoreSizeInBytes(SI, DL); in isLegalStore()
525 unsigned FirstStoreSize = getStoreSizeInBytes(SL[i], DL); in processLoopStores()
618 StoreSize += getStoreSizeInBytes(I, DL); in processLoopStores()
852 unsigned StoreSize = getStoreSizeInBytes(SI, DL); in processLoopStoreOfLoopLoad()