Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1635 spirv::SelectionOp createSelectionOp(uint32_t selectionControl);
1662 ControlFlowStructurizer::createSelectionOp(uint32_t selectionControl) { in createSelectionOp() function in ControlFlowStructurizer
1708 if (auto selectionOp = createSelectionOp(control)) in structurize()