HomeSort by relevance Sort by last modified time
    Searched refs:simplify_type (Results 26 - 50 of 226) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Use.h 38 struct simplify_type;
148 // simplify_type - Allow clients to treat uses just like values when using
150 template<> struct simplify_type<Use> { struct in namespace:llvm
156 template<> struct simplify_type<const Use> { struct in namespace:llvm
  /external/llvm/include/llvm/IR/
TrackingMDRef.h 137 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
142 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
149 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
156 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
TrackingMDRef.h 137 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
142 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
149 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
156 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
151 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
158 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
165 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
152 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
160 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
168 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
152 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
160 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
168 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
152 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
160 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
168 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
152 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
160 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
168 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
152 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
160 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
168 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
152 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
160 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
168 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
151 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
158 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
165 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
152 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
160 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
168 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
152 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
160 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
168 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
TrackingMDRef.h 146 template <> struct simplify_type<TrackingMDRef> { struct in namespace:llvm
152 template <> struct simplify_type<const TrackingMDRef> { struct in namespace:llvm
160 template <class T> struct simplify_type<TypedTrackingMDRef<T>> { struct in namespace:llvm
168 template <class T> struct simplify_type<const TypedTrackingMDRef<T>> { struct in namespace:llvm

Completed in 739 milliseconds

12 3 4 5 6 7 8 910