Searched refs:IsRotate (Results 1 – 1 of 1) sorted by relevance
8181 SelectionDAG &DAG, bool IsRotate) { in matchRotateSub() argument8220 if (IsRotate && isPowerOf2_64(EltSize)) { in matchRotateSub()8515 bool IsRotate = LHSShiftArg == RHSShiftArg; in MatchRotate() local8516 if (!IsRotate && !(HasFSHL || HasFSHR)) { in MatchRotate()8566 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()8604 if (IsRotate && (HasROTL || HasROTR)) { in MatchRotate()12690 bool IsRotate = false; in visitSETCC() local12700 IsRotate = true; in visitSETCC()12704 IsRotate = true; in visitSETCC()12710 (IsRotate || AndOrOp.hasOneUse())) { in visitSETCC()[all …]