Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp593 Value *FirstStoredVal = SL[i]->getValueOperand(); in processLoopStores() local
610 FirstSplatValue = isBytewiseValue(FirstStoredVal); in processLoopStores()
612 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()