Home
last modified time | relevance | path

Searched refs:asUshr (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DUshr.java31 public Ushr asUshr() { in asUshr() method in Ushr
72 return other.asUshr().type == type; in identicalNonValueParts()
77 return type.ordinal() - other.asUshr().type.ordinal(); in compareNonValueParts()
DInstruction.java678 public Ushr asUshr() { in asUshr() method in Instruction