Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8433 bool To_IsDivergent = false; in ReplaceAllUsesWith() local
8439 To_IsDivergent |= ToOp->isDivergent(); in ReplaceAllUsesWith()
8442 if (To_IsDivergent != From->isDivergent()) in ReplaceAllUsesWith()