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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp315 SDNode *MatchRotate(SDValue LHS, SDValue RHS, SDLoc DL);
3430 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N)))
3562 // A subroutine of MatchRotate used once we have found an OR of two opposite
3588 // MatchRotate - Handle an 'or' of two operands. If this is one of the many
3591 SDNode *DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, SDLoc DL) { function in class:DAGCombiner

Completed in 141 milliseconds