Searched defs:ConstantEqual (Results 1 – 3 of 3) sorted by relevance
479 struct ConstantEqual { struct480 bool operator()(const Constant* c1, const Constant* c2) const { in operator()