Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1430 auto positionElementAttr = subAttr.dyn_cast<IntegerAttr>(); in getInsertExtractValueElementType() local
1431 if (!positionElementAttr) in getInsertExtractValueElementType()
1435 int position = positionElementAttr.getInt(); in getInsertExtractValueElementType()
1472 auto positionElementAttr = subAttr.dyn_cast<IntegerAttr>(); in getInsertExtractValueElementType() local
1473 if (!positionElementAttr) { in getInsertExtractValueElementType()
1478 int position = positionElementAttr.getInt(); in getInsertExtractValueElementType()