Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp368 SDNode *MatchRotate(SDValue LHS, SDValue RHS, SDLoc DL);
3809 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR()
3971 SDNode *DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, SDLoc DL) { in MatchRotate() function in DAGCombiner