Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1525 bool Replace1 = false; in PromoteIntBinOp() local
1527 SDValue NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp()
1539 Replace1 &= (N0 != N1) && !N1->hasOneUse(); in PromoteIntBinOp()
1546 if (Replace0 && Replace1 && N0->isPredecessorOf(N1.getNode())) { in PromoteIntBinOp()
1555 if (Replace1) { in PromoteIntBinOp()