Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp520 Value *FirstStoredVal = SL[i]->getValueOperand(); in processLoopStores() local
537 FirstSplatValue = isBytewiseValue(FirstStoredVal); in processLoopStores()
539 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp589 Value *FirstStoredVal = SL[i]->getValueOperand(); in processLoopStores() local
606 FirstSplatValue = isBytewiseValue(FirstStoredVal); in processLoopStores()
608 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()