Home
last modified time | relevance | path

Searched refs:isUnsigned (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dcfg_primitive_types.h39 PrimitiveTypeProperty(PrimType type, bool isInteger, bool isUnsigned, bool isAddress, bool isFloat, bool isPointer, in PrimitiveTypeProperty()
43 isUnsigned(isUnsigned), in PrimitiveTypeProperty()
57 return isUnsigned; in IsUnsigned()
100 bool isUnsigned; member
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnative_inline_lowering.cpp731 bool isUnsigned = (id == BuiltinsStubCSigns::ID::BigIntAsUintN); in TryInlineBigIntAsIntN() local
732 const auto* op = isUnsigned ? circuit_->BigIntAsUintN() : circuit_->BigIntAsIntN(); in TryInlineBigIntAsIntN()

Completed in 4 milliseconds