Home
last modified time | relevance | path

Searched defs:selectJump (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp754 void selectJump(bool isTrue) { selectJump(size_t(isTrue ? 0 : 1)); } in selectJump() function in __anon726545990d11::ByteCodeExecutor
756 void selectJump(size_t destIndex) { in selectJump() function in __anon726545990d11::ByteCodeExecutor