Searched refs:other_bt (Results 1 – 1 of 1) sorted by relevance
2815 const HBoundType* other_bt = other->AsBoundType(); in InstructionDataEquals() local2817 return GetUpperBound().IsEqual(other_bt->GetUpperBound()) && in InstructionDataEquals()2818 GetUpperCanBeNull() == other_bt->GetUpperCanBeNull() && in InstructionDataEquals()2819 CanBeNull() == other_bt->CanBeNull(); in InstructionDataEquals()