Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp1195 void handleSwitch(const T &value, RangeT &&cases, Comparator cmp = {}) { in handleSwitch() function in __anonaa7cf1d91411::ByteCodeExecutor
1947 handleSwitch(value, cases); in executeSwitchAttribute()
1956 handleSwitch(op->getNumOperands(), cases); in executeSwitchOperandCount()
1995 handleSwitch(op->getNumResults(), cases); in executeSwitchResultCount()
2002 handleSwitch(value, cases); in executeSwitchType()
2013 handleSwitch(*value, cases, [](ArrayAttr caseValue, const TypeRange &value) { in executeSwitchTypes()