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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp406 SDValue visitOR(SDNode *N);
1544 case ISD::OR: return visitOR(N);
5792 SDValue DAGCombiner::visitOR(SDNode *N) { function in class:DAGCombiner
5988 /// Helper function for visitOR to extract the needed side of a rotate idiom

Completed in 184 milliseconds