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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp556 SDValue MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL);
5949 if (SDValue Rot = MatchRotate(N0, N1, SDLoc(N)))
6230 // A subroutine of MatchRotate used once we have found an OR of two opposite
6256 // MatchRotate - Handle an 'or' of two operands. If this is one of the many
6259 SDValue DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL) { function in class:DAGCombiner
6275 if (SDValue Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) {

Completed in 135 milliseconds