Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6718 SelectionDAG &DAG, bool IsRotate) { in matchRotateSub() argument
6754 if (IsRotate && Neg.getOpcode() == ISD::AND && isPowerOf2_64(EltSize)) { in matchRotateSub()
6991 bool IsRotate = LHSShift.getOperand(0) == RHSShift.getOperand(0); in MatchRotate() local
6992 if (!IsRotate && !(HasFSHL || HasFSHR)) in MatchRotate()
7019 if (IsRotate && (HasROTL || HasROTR)) in MatchRotate()
7068 if (IsRotate && (HasROTL || HasROTR)) { in MatchRotate()