Home
last modified time | relevance | path

Searched defs:uValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.h42 uint32_t uValue; member
46 uint64_t uValue; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp325 …wering::ReplaceUnsignedDivPowerOfTwo([[maybe_unused]] GraphVisitor *v, Inst *inst, uint64_t uValue) in ReplaceUnsignedDivPowerOfTwo()
367 uint64_t uValue = inst->GetInput(1).GetInst()->CastToConstant()->GetInt64Value(); in TryReplaceDivPowerOfTwo() local
391 uint64_t uValue = inst->GetInput(1).GetInst()->CastToConstant()->GetInt64Value(); in TryReplaceDivModNonPowerOfTwo() local
418 uint64_t uValue = inst->GetInput(1).GetInst()->CastToConstant()->GetInt64Value(); in TryReplaceModPowerOfTwo() local