Home
last modified time | relevance | path

Searched refs:outOfLineIt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DValue.cpp121 const OutOfLineOpResult *outOfLineIt = (const OutOfLineOpResult *)(this); in getOwner() local
122 outOfLineIt += (outOfLineIt->outOfLineIndex + 1); in getOwner()
125 const auto *inlineIt = reinterpret_cast<const InlineOpResult *>(outOfLineIt); in getOwner()