Searched refs:CstSplatValue (Results 1 – 1 of 1) sorted by relevance
29839 APInt CstSplatValue; in LowerRotate() local29840 bool IsCstSplat = X86::isConstantSplat(Amt, CstSplatValue); in LowerRotate()29843 if (IsCstSplat && CstSplatValue.urem(EltSizeInBits) == 0) in LowerRotate()29853 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()29895 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()29908 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()