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

References

lib/Target/ARM/ARMISelLowering.cpp
15511   if (ExpandedMask == ~0U)
15514   auto IsLegalMask = [ShrunkMask, ExpandedMask](unsigned Mask) -> bool {
15515     return (ShrunkMask & Mask) == ShrunkMask && (~ExpandedMask & Mask) == 0;
15541   if ((int)ExpandedMask <= -2 && (int)ExpandedMask >= -256)
15541   if ((int)ExpandedMask <= -2 && (int)ExpandedMask >= -256)
15542     return UseMask(ExpandedMask);