Searched defs:simplify_type (Results 1 – 2 of 2) sorted by relevance
34 template <typename From> struct simplify_type { struct41 template <typename From> struct simplify_type<const From> { argument
936 template <> struct simplify_type<IndexCall> { struct937 using SimpleType = PointerUnion<CallsiteInfo *, AllocInfo *>;938 static SimpleType getSimplifiedValue(IndexCall &Val) { return Val; } in getSimplifiedValue()940 template <> struct simplify_type<const IndexCall> { struct941 using SimpleType = const PointerUnion<CallsiteInfo *, AllocInfo *>;942 static SimpleType getSimplifiedValue(const IndexCall &Val) { return Val; } in getSimplifiedValue()