Searched defs:InlineOpResult (Results 1 – 1 of 1) sorted by relevance
50 InlineOpResult = 0, enumerator397 struct InlineOpResult : public OpResultImpl { struct399 InlineOpResult(Type type, unsigned resultNo) in InlineOpResult() argument405 unsigned getResultNumber() const { return static_cast<unsigned>(getKind()); } in getResultNumber()407 static bool classof(const OpResultImpl *value) { in classof()