reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
26261         if (CstSplatIndex < 0 || EltBits[i] == EltBits[CstSplatIndex]) {
26261         if (CstSplatIndex < 0 || EltBits[i] == EltBits[CstSplatIndex]) {
26262           CstSplatIndex = i;
26265         CstSplatIndex = -1;
26272     if (0 <= CstSplatIndex) {
26274       uint64_t RotateAmt = EltBits[CstSplatIndex].urem(EltSizeInBits);
26294     if (0 <= CstSplatIndex) {
26295       uint64_t RotateAmt = EltBits[CstSplatIndex].urem(EltSizeInBits);
26314   if (0 <= CstSplatIndex)