Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_x86_shared.cc71 if (AreLeastSetBitInputs(left, right)) { in TryGenerateResetLeastSetBit()
74 } else if (AreLeastSetBitInputs(right, left)) { in TryGenerateResetLeastSetBit()
104 if (AreLeastSetBitInputs(left, right)) { in TryGenerateMaskUptoLeastSetBit()
107 } else if (AreLeastSetBitInputs(right, left)) { in TryGenerateMaskUptoLeastSetBit()
123 bool AreLeastSetBitInputs(HInstruction* to_test, HInstruction* other) { in AreLeastSetBitInputs() function
Dinstruction_simplifier_x86_shared.h25 bool AreLeastSetBitInputs(HInstruction* to_test, HInstruction* other);