Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disel.h131 PrimType GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp534 PrimType MPISel::GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize) in GetIntegerPrimTypeFromSize() function in maplebe::MPISel
868 PrimType opndType = GetIntegerPrimTypeFromSize(node.GetOpCode() == OP_sext, bitSize); in SelectExtractbits()

Completed in 5 milliseconds