|
LLVM 22.0.0git
|
#include "llvm/Support/Casting.h"
Public Types | |
| using | NonConstSimpleType = typename simplify_type<From>::SimpleType |
| using | SimpleType = typename add_const_past_pointer<NonConstSimpleType>::type |
| using | RetType |
Static Public Member Functions | |
| static RetType | getSimplifiedValue (const From &Val) |
| using llvm::simplify_type< const From >::NonConstSimpleType = typename simplify_type<From>::SimpleType |
| using llvm::simplify_type< const From >::RetType |
| using llvm::simplify_type< const From >::SimpleType = typename add_const_past_pointer<NonConstSimpleType>::type |
|
inlinestatic |
Definition at line 47 of file Casting.h.
References llvm::simplify_type< From >::getSimplifiedValue().