Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DPredicatedNodeTest.java358 int predIndex = (int) pred.num(); in executePredicates() local
359 if (proxPos != predIndex) in executePredicates()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp1683 for (auto predIndex : llvm::seq<unsigned>(0, predecessors.size())) { in emitPhiForBlockArguments() local
1684 Value value = *(predecessors[predIndex].second + argIndex); in emitPhiForBlockArguments()
1685 uint32_t predBlockId = getOrCreateBlockID(predecessors[predIndex].first); in emitPhiForBlockArguments()