Searched refs:target_user (Results 1 – 1 of 1) sorted by relevance
114 bool IsNonNegativeUse(HInstruction* target_user, HInstruction* value);201 bool UnsignedUseAnalyzer::IsNonNegativeUse(HInstruction* target_user, HInstruction* value) { in IsNonNegativeUse() argument202 DCHECK(target_user->HasInput(value)); in IsNonNegativeUse()216 if (user == target_user) { in IsNonNegativeUse()229 if (user->GetBlock()->Dominates(target_user->GetBlock()) && in IsNonNegativeUse()230 IsComparedValueNonNegativeInBlock(value, user->AsCondition(), target_user->GetBlock())) { in IsNonNegativeUse()