Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11458 bool To_IsDivergent = false; in ReplaceAllUsesWith() local
11464 To_IsDivergent |= ToOp->isDivergent(); in ReplaceAllUsesWith()
11467 if (To_IsDivergent != From->isDivergent()) in ReplaceAllUsesWith()