Recursively simplifies From via simplify_type before the isa check.

Synopsis

Declared in <llvm/Support/Casting.h>

template<
    typename To,
    typename From,
    typename SimpleFrom>
struct isa_impl_wrap;

Static Member Functions

Name

Description

doit

Simplifies Val and retries the isa check on the simplified type.

Specializations

Name

Description

isa_impl_wrap<To, FromTy, FromTy>

Terminal isa_impl_wrap specialization when no further simplification applies.

Created with MrDocs