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

/art/test/083-compiler-regressions/src/
H A DMain.java9707 private static int ifNez(int src, int thn, int els) { return (src != 0) ? thn : els; } method in class:MirOpSelectTests
9766 ifNez(-1, 104, 204), 104,
9767 ifNez(0, 105, 205), 205,
9768 ifNez(1, 106, 206), 106,

Completed in 24 milliseconds