Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp585 SDValue hoistLogicOpWithSameOpcodeHands(SDNode *N);
5756 SDValue DAGCombiner::hoistLogicOpWithSameOpcodeHands(SDNode *N) { in hoistLogicOpWithSameOpcodeHands() function in DAGCombiner
7257 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitAND()
7986 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitOR()
9576 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitXOR()