Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp27119 int CstSplatIndex = -1; in LowerRotate() local
27123 if (CstSplatIndex < 0 || EltBits[i] == EltBits[CstSplatIndex]) { in LowerRotate()
27124 CstSplatIndex = i; in LowerRotate()
27127 CstSplatIndex = -1; in LowerRotate()
27134 if (0 <= CstSplatIndex) { in LowerRotate()
27136 uint64_t RotateAmt = EltBits[CstSplatIndex].urem(EltSizeInBits); in LowerRotate()
27156 if (0 <= CstSplatIndex) { in LowerRotate()
27157 uint64_t RotateAmt = EltBits[CstSplatIndex].urem(EltSizeInBits); in LowerRotate()
27176 if (0 <= CstSplatIndex) in LowerRotate()