Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp471 SDValue visitRotate(SDNode *N);
1889 case ISD::ROTL: return visitRotate(N); in visit()
9781 SDValue DAGCombiner::visitRotate(SDNode *N) { in visitRotate() function in DAGCombiner