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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 2406       if (M < 0)
 2408       if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) ||
 2408       if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) ||
 2409           (M >= (int)NumElts && UndefRHS[M - NumElts])) {
 2409           (M >= (int)NumElts && UndefRHS[M - NumElts])) {
 2411         M = -1;
 2413       IdentityLHS &= (M < 0) || (M == (int)i);
 2413       IdentityLHS &= (M < 0) || (M == (int)i);
 2414       IdentityRHS &= (M < 0) || ((M - NumElts) == i);
 2414       IdentityRHS &= (M < 0) || ((M - NumElts) == i);