Home
last modified time | relevance | path

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

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