Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2119 auto eltSizeBytes = getMemRefEltSizeInBytes(allocOp.getType()); in getAllocationAlignment() local
2121 llvm::PowerOf2Ceil(eltSizeBytes)); in getAllocationAlignment()