Searched refs:newEntry (Results 1 – 2 of 2) sorted by relevance
319 for (DataLayoutEntryInterface newEntry : newLayout) { in areCompatible() local320 if (!newEntry.isTypeEntry()) in areCompatible()324 auto newType = newEntry.getKey().get<Type>().cast<LLVMPointerType>(); in areCompatible()346 Attribute newSpec = newEntry.getValue().cast<DenseIntElementsAttr>(); in areCompatible()577 for (DataLayoutEntryInterface newEntry : newLayout) { in areCompatible() local578 if (!newEntry.isTypeEntry()) in areCompatible()591 extractStructSpecValue(newEntry.getValue(), StructDLEntryPos::Abi); in areCompatible()
1365 FailureOr<Block *> newEntry = in convertRegionTypes() local1367 return newEntry; in convertRegionTypes()