Searched refs:AreLeastSetBitInputs (Results 1 – 2 of 2) sorted by relevance
71 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
25 bool AreLeastSetBitInputs(HInstruction* to_test, HInstruction* other);