Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp125 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
401 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(), in processLoopStore()
443 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes, in processLoopMemSet()
495 bool LoopIdiomRecognize::processLoopStridedStore( in processLoopStridedStore() function in LoopIdiomRecognize