Searched defs:ifEqz (Results 1 - 1 of 1) sorted by relevance

/art/test/083-compiler-regressions/src/
H A DMain.java9706 private static int ifEqz(int src, int thn, int els) { return (src == 0) ? thn : els; } method in class:MirOpSelectTests
9763 ifEqz(-1, 101, 201), 201,
9764 ifEqz(0, 102, 202), 102,
9765 ifEqz(1, 103, 203), 203,

Completed in 28 milliseconds