MLIR 22.0.0git
MemRefBuilder.cpp File Reference

Go to the source code of this file.

Functions

static Value createIndexAttrConstant (OpBuilder &builder, Location loc, Type resultType, int64_t value)
static std::pair< Value, TypecastToElemPtrPtr (OpBuilder &builder, Location loc, Value memRefDescPtr, LLVM::LLVMPointerType elemPtrType)

Function Documentation

◆ castToElemPtrPtr()

std::pair< Value, Type > castToElemPtrPtr ( OpBuilder & builder,
Location loc,
Value memRefDescPtr,
LLVM::LLVMPointerType elemPtrType )
static

◆ createIndexAttrConstant()