Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_arraybuffer.h42 uint32_t uValue; member
46 uint64_t uValue; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp311 void Lowering::ReplaceUnsignedDivPowerOfTwo([[maybe_unused]] GraphVisitor *v, Inst *inst, uint64_t uValue) in ReplaceUnsignedDivPowerOfTwo() argument
353 uint64_t uValue = inst->GetInput(1).GetInst()->CastToConstant()->GetInt64Value(); in TryReplaceDivPowerOfTwo() local
377 uint64_t uValue = inst->GetInput(1).GetInst()->CastToConstant()->GetInt64Value(); in TryReplaceDivModNonPowerOfTwo() local
402 uint64_t uValue = inst->GetInput(1).GetInst()->CastToConstant()->GetInt64Value(); TryReplaceModPowerOfTwo() local
[all...]

Completed in 3 milliseconds