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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp270 SDNode *MatchRotate(SDValue LHS, SDValue RHS, DebugLoc DL);
3187 if (SDNode *Rot = MatchRotate(N0, N1, N->getDebugLoc()))
3217 // MatchRotate - Handle an 'or' of two operands. If this is one of the many
3220 SDNode *DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, DebugLoc DL) { function in class:DAGCombiner

Completed in 191 milliseconds