Home
last modified time | relevance | path

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

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