Searched refs:CstSplatValue (Results 1 – 1 of 1) sorted by relevance
31381 APInt CstSplatValue; in LowerRotate() local31382 bool IsCstSplat = X86::isConstantSplat(Amt, CstSplatValue); in LowerRotate()31385 if (IsCstSplat && CstSplatValue.urem(EltSizeInBits) == 0) in LowerRotate()31395 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()31427 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()31446 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()31459 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()