Searched refs:ifGtz (Results 1 - 1 of 1) sorted by relevance

/art/test/083-compiler-regressions/src/
H A DMain.java9736 private static int ifGtz(int src, int thn, int els) { return (src > 0) ? thn : els; } method in class:MirOpSelectTests
9801 ifGtz(-1, 113, 213), 213,
9802 ifGtz(0, 114, 214), 214,
9803 ifGtz(1, 115, 215), 115,

Completed in 154 milliseconds