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

References

lib/Target/X86/X86ISelLowering.cpp
15287   assert((Input == 0 || Input == 1) && "Only two inputs to shuffles.");
15287   assert((Input == 0 || Input == 1) && "Only two inputs to shuffles.");
15290     if (Mask[i] >= 0 && Mask[i] / Size == Input && Mask[i] % Size != i)