Searched refs:other_bt (Results 1 – 1 of 1) sorted by relevance
3121 const HBoundType* other_bt = other->AsBoundType(); in InstructionDataEquals() local3123 return GetUpperBound().IsEqual(other_bt->GetUpperBound()) && in InstructionDataEquals()3124 GetUpperCanBeNull() == other_bt->GetUpperCanBeNull() && in InstructionDataEquals()3125 CanBeNull() == other_bt->CanBeNull(); in InstructionDataEquals()