Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DBufferAliasAnalysis.cpp24 BufferAliasAnalysis::resolve(Value rootValue) const { in resolve()
27 queue.push_back(rootValue); in resolve()
/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java877 String rootValue = resolvedRoot.getStringValue(key); in checkForItems() local
878 …if (v == null || v.equals(rootValue) && (exemplarTest == null || !exemplarTest.containsAll(rootVal… in checkForItems()