Searched refs:CstSplatValue (Results 1 – 1 of 1) sorted by relevance
28772 APInt CstSplatValue; in LowerRotate() local28773 bool IsCstSplat = X86::isConstantSplat(Amt, CstSplatValue); in LowerRotate()28776 if (IsCstSplat && CstSplatValue.urem(EltSizeInBits) == 0) in LowerRotate()28784 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()28811 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()