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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp408 SDValue visitXOR(SDNode *N);
1545 case ISD::XOR: return visitXOR(N);
7019 SDValue DAGCombiner::visitXOR(SDNode *N) { function in class:DAGCombiner
13612 SDValue Tmp = visitXOR(N.getNode());

Completed in 98 milliseconds