Home
last modified time | relevance | path

Searched defs:shr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h145 size_t shr = lhash >> 2U; in merge_hashes() local
159 uint32_t shr = lhash >> 2U; in merge_hashes() local
Dmath_helpers.h142 size_t shr = lhash >> 2U; in merge_hashes() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dhash.h142 size_t shr = lhash >> 2U; in MergeHashes() local
154 uint32_t shr = lhash >> 2U; in MergeHashes() local
Dmath_helpers.h132 size_t shr = lhash >> 2U; in MergeHashes() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp804 auto shr = add->GetInput(0).GetInst(); in VisitAShr() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1823 …auto shr = graph->CreateInstShr(inst->GetType(), INVALID_PC, ashr, graph->FindOrCreateConstant(typ… in TryReplaceDivByShrAndAshr() local