Searched refs:hoistLogicOpWithSameOpcodeHands (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp506 SDValue hoistLogicOpWithSameOpcodeHands(SDNode *N);
4367 SDValue DAGCombiner::hoistLogicOpWithSameOpcodeHands(SDNode *N) { function in class:DAGCombiner
5376 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N))
5945 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N))
7213 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N))

Completed in 103 milliseconds