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

Definitions

include/llvm/ADT/IntrusiveRefCntPtr.h
  251 template <class T> struct simplify_type<IntrusiveRefCntPtr<T>> {
include/llvm/ADT/ilist_iterator.h
  186 struct simplify_type<ilist_iterator<OptionsT, false, IsConst>> {
  193 struct simplify_type<const ilist_iterator<OptionsT, false, IsConst>>
include/llvm/CodeGen/SelectionDAGNodes.h
  238 template<> struct simplify_type<SDValue> {
  245 template<> struct simplify_type<const SDValue> {
include/llvm/IR/Metadata.h
  759 template <> struct simplify_type<const MDOperand> {
include/llvm/IR/TrackingMDRef.h
  145 template <> struct simplify_type<TrackingMDRef> {
  151 template <> struct simplify_type<const TrackingMDRef> {
  159 template <class T> struct simplify_type<TypedTrackingMDRef<T>> {
  167 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> {
include/llvm/IR/Use.h
  165 template <> struct simplify_type<Use> {
  170 template <> struct simplify_type<const Use> {
include/llvm/IR/User.h
  317 template<> struct simplify_type<User::op_iterator> {
  324 template<> struct simplify_type<User::const_op_iterator> {
include/llvm/IR/ValueHandle.h
  163 template <> struct simplify_type<WeakVH> {
  168 template <> struct simplify_type<const WeakVH> {
  208 template <> struct simplify_type<WeakTrackingVH> {
  213 template <> struct simplify_type<const WeakTrackingVH> {
include/llvm/Support/Casting.h
   40 template<typename From> struct simplify_type<const From> {
tools/clang/include/clang/AST/CanonicalType.h
  367 struct simplify_type< ::clang::CanQual<T>> {
tools/clang/include/clang/AST/Type.h
 1265 template<> struct simplify_type< ::clang::QualType> {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
 1280 template<class T> struct simplify_type< clang::ento::CallEventRef<T>> {
tools/polly/include/polly/Support/ScopHelper.h
  286 template <> struct simplify_type<polly::MemAccInst> {
unittests/Support/Casting.cpp
  342 template <> struct simplify_type<pointer_wrappers::PTy> {
  348 template <> struct simplify_type<const pointer_wrappers::PTy> {