Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h521 DynamicStorageBit = 1ull << 63ull enumerator
546 uint64_t maskedRepresentation = representation & ~DynamicStorageBit; in getDynamicStorage()
551 bool isDynamicStorage() const { return representation & DynamicStorageBit; } in isDynamicStorage()
/external/llvm-project/mlir/lib/IR/
DOperationSupport.cpp375 representation |= DynamicStorageBit; in resize()