Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp798 auto positionElementAttr = subAttr.dyn_cast<IntegerAttr>(); in getInsertExtractValueElementType() local
799 if (!positionElementAttr) in getInsertExtractValueElementType()
803 int position = positionElementAttr.getInt(); in getInsertExtractValueElementType()