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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 5984       assert(((Kind != OD.Kind) || ((!LHS == !OD.LHS) && (!RHS == !OD.RHS))) &&
 5984       assert(((Kind != OD.Kind) || ((!LHS == !OD.LHS) && (!RHS == !OD.RHS))) &&
 5984       assert(((Kind != OD.Kind) || ((!LHS == !OD.LHS) && (!RHS == !OD.RHS))) &&
 5986       return this == &OD || (Kind == OD.Kind && Opcode == OD.Opcode);
 5986       return this == &OD || (Kind == OD.Kind && Opcode == OD.Opcode);
 5986       return this == &OD || (Kind == OD.Kind && Opcode == OD.Opcode);