Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DShl.java31 public boolean isShl() { in isShl() method in Shl
DLogicalBinop.java46 if (isShl() || isShr() || isUshr()) { in fold()
DInstruction.java658 public boolean isShl() { in isShl() method in Instruction