Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCasting.h33 template<typename From> struct simplify_type { struct
40 template<typename From> struct simplify_type<const From> { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h32 template<typename From> struct simplify_type { struct
39 template<typename From> struct simplify_type<const From> { argument
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dfast_reject.rs107 pub fn simplify_type<'tcx>( in simplify_type() function