Home
last modified time | relevance | path

Searched refs:CstSplatValue (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30568 APInt CstSplatValue; in LowerRotate() local
30569 bool IsCstSplat = X86::isConstantSplat(Amt, CstSplatValue); in LowerRotate()
30572 if (IsCstSplat && CstSplatValue.urem(EltSizeInBits) == 0) in LowerRotate()
30580 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()
30622 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()