Methods for support type inquiry through isa, cast, and dyn_cast.

Synopses

Declared in <llvm/Analysis/DXILResource.h>

Methods for support type inquiry through isa, cast, and dyn_cast.

static
bool
classof(TargetExtType const* T);

Methods for support type inquiry through isa, cast, and dyn_cast.

static
bool
classof(Type const* T);

Return Value

True if T is a dx.Texture target extension type.

Parameters

Name

Description

T

Target extension type to test.

Created with MrDocs