Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.h159 bool TrySimplifyCompareCaseInputInv(Inst *inst, Inst *input);
Dpeepholes.cpp2222 bool Peepholes::TrySimplifyCompareCaseInputInv(Inst *inst, Inst *input) in TrySimplifyCompareCaseInputInv() function in panda::compiler::Peepholes
2286 return TrySimplifyCompareCaseInputInv(compare, input); in TrySimplifyCompareWithBoolInput()