Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6688 SelectionDAG &DAG, bool IsRotate) { in matchRotateSub() argument
6724 if (IsRotate && Neg.getOpcode() == ISD::AND && isPowerOf2_64(EltSize)) { in matchRotateSub()
6961 bool IsRotate = LHSShift.getOperand(0) == RHSShift.getOperand(0); in MatchRotate() local
6962 if (!IsRotate && !(HasFSHL || HasFSHR)) in MatchRotate()
6989 if (IsRotate && (HasROTL || HasROTR)) in MatchRotate()
7038 if (IsRotate && (HasROTL || HasROTR)) { in MatchRotate()