Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28940 APInt CstSplatValue; in LowerRotate() local
28941 bool IsCstSplat = X86::isConstantSplat(Amt, CstSplatValue); in LowerRotate()
28944 if (IsCstSplat && CstSplatValue.urem(EltSizeInBits) == 0) in LowerRotate()
28952 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()
28979 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate()