Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp142 return std::max(kMinAlignedAllocAlignment, in getAllocationAlignment()
181 static constexpr uint64_t kMinAlignedAllocAlignment = 16UL; member
188 constexpr uint64_t AlignedAllocOpLowering::kMinAlignedAllocAlignment; member in __anon7a9e10510111::AlignedAllocOpLowering