Searched defs:IsA (Results 1 – 2 of 2) sorted by relevance
27 template <typename T> struct IsA { struct28 friend bool operator==(const Value *V, const IsA &) { return isa<T>(V); } in operator ==()
32 template <typename T> struct IsA { struct33 friend bool operator==(const Value *V, const IsA &) { return isa<T>(V); } in operator ==()