Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp242 static unsigned extractPointerSpecValue(Attribute attr, DLEntryPos pos) { in extractPointerSpecValue() function
266 return extractPointerSpecValue(currentEntry, pos) / in getPointerDataLayoutEntry()
342 size = extractPointerSpecValue(*it, DLEntryPos::Size); in areCompatible()
343 abi = extractPointerSpecValue(*it, DLEntryPos::Abi); in areCompatible()
347 unsigned newSize = extractPointerSpecValue(newSpec, DLEntryPos::Size); in areCompatible()
348 unsigned newAbi = extractPointerSpecValue(newSpec, DLEntryPos::Abi); in areCompatible()
372 if (extractPointerSpecValue(values, DLEntryPos::Abi) > in verifyEntries()
373 extractPointerSpecValue(values, DLEntryPos::Preferred)) { in verifyEntries()