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

References

lib/Target/X86/X86ISelLowering.cpp
11255       MatchLo &= isUndefOrInRange(M, Lo, Mid) ||
11259       if (!MatchLo && !MatchHi)
11263   assert((MatchLo ^ MatchHi) && "Failed to match UNPCKLO/UNPCKHI");
11283   unsigned UnpckOp = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH;