Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h530 return LLVM_UNLIKELY(isDynamicStorage()) ? getDynamicStorage() in getStorage()
544 TrailingOperandStorage &getDynamicStorage() { in getDynamicStorage() function
/external/llvm-project/mlir/lib/IR/
DOperationSupport.cpp254 TrailingOperandStorage &storage = getDynamicStorage(); in ~OperandStorage()