Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp552 SDValue hoistLogicOpWithSameOpcodeHands(SDNode *N);
5310 SDValue DAGCombiner::hoistLogicOpWithSameOpcodeHands(SDNode *N) { in hoistLogicOpWithSameOpcodeHands() function in DAGCombiner
6550 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitAND()
7256 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitOR()
8869 if (SDValue V = hoistLogicOpWithSameOpcodeHands(N)) in visitXOR()