Home
last modified time | relevance | path

Searched defs:shl2 (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis_test.cc577 HInstruction* shl2 = InsertInstruction( in TEST_F() local
793 HInstruction* shl2 = InsertInstruction( in TEST_F() local
/aosp12/art/test/538-checker-embed-constants/src/
H A DMain.java321 public static long shl2(long arg) { in shl2() method in Main