Home
last modified time | relevance | path

Searched defs:rawConstantIndices (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMDialect.h129 GEPIndicesAdaptor(DenseI32ArrayAttr rawConstantIndices,DynamicRange values) GEPIndicesAdaptor() argument
[all...]
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp622 destructureIndices(Type currType,ArrayRef<GEPArg> indices,SmallVectorImpl<int32_t> & rawConstantIndices,SmallVectorImpl<Value> & dynamicIndices) destructureIndices() argument
669 SmallVector<int32_t> rawConstantIndices; build() local
696 parseGEPIndices(OpAsmParser & parser,SmallVectorImpl<OpAsmParser::UnresolvedOperand> & indices,DenseI32ArrayAttr & rawConstantIndices) parseGEPIndices() argument
723 printGEPIndices(OpAsmPrinter & printer,LLVM::GEPOp gepOp,OperandRange indices,DenseI32ArrayAttr rawConstantIndices) printGEPIndices() argument
2967 SmallVector<int32_t> rawConstantIndices; fold() local
[all...]