Lines Matching refs:IsRotate
8181 SelectionDAG &DAG, bool IsRotate) { in matchRotateSub() argument
8220 if (IsRotate && isPowerOf2_64(EltSize)) { in matchRotateSub()
8515 bool IsRotate = LHSShiftArg == RHSShiftArg; in MatchRotate() local
8516 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() local
12700 IsRotate = true; in visitSETCC()
12704 IsRotate = true; in visitSETCC()
12710 (IsRotate || AndOrOp.hasOneUse())) { in visitSETCC()
12722 IsRotate ? std::nullopt : GetAPIntValue(AndOrOp.getOperand(1)); in visitSETCC()
12728 if (ShiftCAmt && (IsRotate || AndCMask) && ShiftCAmt->ult(NumBits)) { in visitSETCC()
12731 bool CanTransform = IsRotate; in visitSETCC()