Home
last modified time | relevance | path

Searched defs:simplify_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h34 template <typename From> struct simplify_type { struct
41 template <typename From> struct simplify_type<const From> { argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp936 template <> struct simplify_type<IndexCall> { struct
937 using SimpleType = PointerUnion<CallsiteInfo *, AllocInfo *>;
938 static SimpleType getSimplifiedValue(IndexCall &Val) { return Val; } in getSimplifiedValue()
940 template <> struct simplify_type<const IndexCall> { struct
941 using SimpleType = const PointerUnion<CallsiteInfo *, AllocInfo *>;
942 static SimpleType getSimplifiedValue(const IndexCall &Val) { return Val; } in getSimplifiedValue()