Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1931 static Value createAligned(ConversionPatternRewriter &rewriter, Location loc, in createAligned() function
2068 createAligned(rewriter, loc, allocatedInt, alignment); in allocateBuffer()
2136 sizeBytes = createAligned(rewriter, loc, sizeBytes, allocAlignment); in allocateBuffer()