Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp72 cc = SwapOperandsConditionCode(cc); in OptimizeIfInput()
105 cc = SwapOperandsConditionCode(cc); in LowerIf()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp113 auto code = SwapOperandsConditionCode(data);
115 auto code1 = SwapOperandsConditionCode(cc);
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h153 inline ConditionCode SwapOperandsConditionCode(ConditionCode code) in SwapOperandsConditionCode() function