MLIR 23.0.0git
mlir::query::matcher::internal::ArgTypeTraits< int64_t > Struct Reference

#include "mlir/Query/Matcher/Marshallers.h"

Inheritance diagram for mlir::query::matcher::internal::ArgTypeTraits< int64_t >:

Static Public Member Functions

static bool hasCorrectType (const VariantValue &value)
static unsigned get (const VariantValue &value)
static ArgKind getKind ()
static std::optional< std::string > getBestGuess (const VariantValue &)

Detailed Description

Definition at line 54 of file Marshallers.h.

Member Function Documentation

◆ get()

◆ getBestGuess()

std::optional< std::string > mlir::query::matcher::internal::ArgTypeTraits< int64_t >::getBestGuess ( const VariantValue & )
inlinestatic

Definition at line 63 of file Marshallers.h.

◆ getKind()

Definition at line 61 of file Marshallers.h.

References mlir::query::matcher::Signed.

◆ hasCorrectType()

bool mlir::query::matcher::internal::ArgTypeTraits< int64_t >::hasCorrectType ( const VariantValue & value)
inlinestatic

Definition at line 55 of file Marshallers.h.

References mlir::query::matcher::VariantValue::isSigned().


The documentation for this struct was generated from the following file: