Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h146 size_t shr = lhash >> 2U; in merge_hashes() local
160 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.h143 size_t shr = lhash >> 2U; in MergeHashes() local
155 uint32_t shr = lhash >> 2U; in MergeHashes() local
Dmath_helpers.h147 size_t shr = lhash >> 2U; in MergeHashes() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp306 …auto shr = graph->CreateInstShr(inst->GetType(), inst->GetPc(), ashr, graph->FindOrCreateConstant(… in ReplaceSignedDivPowerOfTwo() local