Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier.cc891 static IfCondition GetOppositeConditionForOperandSwap(IfCondition cond) { in GetOppositeConditionForOperandSwap() function
1884 IfCondition new_cond = GetOppositeConditionForOperandSwap(condition->GetCondition()); in VisitCondition()