Searched refs:CstSplatValue (Results 1 – 1 of 1) sorted by relevance
30164 APInt CstSplatValue; in LowerRotate() local30165 bool IsCstSplat = X86::isConstantSplat(Amt, CstSplatValue); in LowerRotate()30168 if (IsCstSplat && CstSplatValue.urem(EltSizeInBits) == 0) in LowerRotate()30178 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()30210 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()30229 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()30242 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()