Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp538 SDValue hoistLogicOpWithSameOpcodeHands(SDNode *N);
4783 SDValue DAGCombiner::hoistLogicOpWithSameOpcodeHands(SDNode *N) { in hoistLogicOpWithSameOpcodeHands() function in DAGCombiner
5853 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitAND()
6501 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitOR()
7921 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitXOR()