Home
last modified time | relevance | path

Searched refs:LIsPrimitivePointer (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5279 static bool LIsPrimitivePointer(PrimType ptype) in LIsPrimitivePointer() function
5289 if (LIsPrimitivePointer(fromType) && LIsPrimitivePointer(toType)) { in SelectRetype()