Searched refs:IsRotate (Results 1 – 1 of 1) sorted by relevance
8179 SelectionDAG &DAG, bool IsRotate) { in matchRotateSub() argument8218 if (IsRotate && isPowerOf2_64(EltSize)) { in matchRotateSub()8513 bool IsRotate = LHSShiftArg == RHSShiftArg; in MatchRotate() local8514 if (!IsRotate && !(HasFSHL || HasFSHR)) { in MatchRotate()8564 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()8602 if (IsRotate && (HasROTL || HasROTR)) { in MatchRotate()12543 bool IsRotate = false; in visitSETCC() local12553 IsRotate = true; in visitSETCC()12557 IsRotate = true; in visitSETCC()12563 (IsRotate || AndOrOp.hasOneUse())) { in visitSETCC()[all …]