Searched defs:selectJump (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/lib/Rewrite/ | ||
H A D | ByteCode.cpp | 1268 void selectJump(bool isTrue) { selectJump(size_t(isTrue ? 0 : 1)); } in selectJump() function in __anon22ebf8dc1611::ByteCodeExecutor |