Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp425 if (Value *DupV = find(Root, V)) { in replace() local
426 if (DupV != V) in replace()
427 NewV = subst(NewV, V, DupV); in replace()