Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DValue.h50 InlineOpResult = 0, enumerator
397 struct InlineOpResult : public OpResultImpl { struct
399 InlineOpResult(Type type, unsigned resultNo) in InlineOpResult() argument
405 unsigned getResultNumber() const { return static_cast<unsigned>(getKind()); } in getResultNumber()
407 static bool classof(const OpResultImpl *value) { in classof()