Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Ptr/IR/
H A DPtrTypes.cpp24 constexpr const static unsigned kDefaultPointerSizeBits = 64; variable
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp259 constexpr const static uint64_t kDefaultPointerSizeBits = 64; variable