Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp241 auto alignmentInt = in parse() local
243 if (!alignmentInt) in parse()
246 if (alignmentInt.getValue().isNullValue()) in parse()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp84 Value alignmentInt = in allocateBuffer() local
87 rewriter.create<LLVM::IntToPtrOp>(loc, elementPtrType, alignmentInt); in allocateBuffer()