Home
last modified time | relevance | path

Searched refs:isUshr (Results 1 – 3 of 3) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DUshr.java26 public boolean isUshr() { in isUshr() method in Ushr
DLogicalBinop.java46 if (isShl() || isShr() || isUshr()) { in fold()
DInstruction.java674 public boolean isUshr() { in isUshr() method in Instruction