Searched refs:SwapOperandsConditionCode (Results 1 – 11 of 11) sorted by relevance
72 cc = SwapOperandsConditionCode(cc); in OptimizeIfInput()105 cc = SwapOperandsConditionCode(cc); in LowerIf()
125 auto revertCc = SwapOperandsConditionCode(inst->GetCc()); in VisitCompare()
274 cc = SwapOperandsConditionCode(cc); in SetNormalizedConditionCode()
93 SwapOperandsConditionCode(compare->GetCc()))) { in TryRemoveConstantPhiIf()
326 cc = SwapOperandsConditionCode(cc); in FixCompareInst()
451 dominantCc = SwapOperandsConditionCode(dominantCc); in TryResolveResult()
2270 ConditionCode cc = swap ? SwapOperandsConditionCode(compare->GetCc()) : compare->GetCc(); in TrySimplifyCompareWithBoolInput()2322 ConditionCode cc = swap ? SwapOperandsConditionCode(compare->GetCc()) : compare->GetCc(); in TrySimplifyCmpCompareWithZero()2409 ConditionCode cc = swap ? SwapOperandsConditionCode(compare->GetCc()) : compare->GetCc(); in TrySimplifyCompareLenArrayWithZero()
1124 cc = SwapOperandsConditionCode(cc); in OptimizeIfInput()1196 cc = SwapOperandsConditionCode(cc); in LowerIf()
113 auto code = SwapOperandsConditionCode(data);115 auto code1 = SwapOperandsConditionCode(cc);
153 inline ConditionCode SwapOperandsConditionCode(ConditionCode code) in SwapOperandsConditionCode() function
182 inline ConditionCode SwapOperandsConditionCode(ConditionCode code) in SwapOperandsConditionCode() function