Home
last modified time | relevance | path

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

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