Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1521 bool Replace0 = false; in PromoteIntBinOp() local
1523 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); in PromoteIntBinOp()
1538 Replace0 &= !N0->hasOneUse(); in PromoteIntBinOp()
1546 if (Replace0 && Replace1 && N0->isPredecessorOf(N1.getNode())) { in PromoteIntBinOp()
1551 if (Replace0) { in PromoteIntBinOp()