Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp467 SDNode *MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL);
5311 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR()
5599 SDNode *DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL) { in MatchRotate() function in DAGCombiner
5613 if (SDNode *Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) { in MatchRotate()