Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp255 Attribute currentEntry; in getPointerDataLayoutEntry() local
261 currentEntry = entry.getValue(); in getPointerDataLayoutEntry()
265 if (currentEntry) { in getPointerDataLayoutEntry()
266 return extractPointerSpecValue(currentEntry, pos) / in getPointerDataLayoutEntry()
516 const auto *currentEntry = in getStructDataLayoutEntry() local
520 if (currentEntry == params.end()) in getStructDataLayoutEntry()
523 auto attr = currentEntry->getValue().cast<DenseIntElementsAttr>(); in getStructDataLayoutEntry()