Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h598 arrayConst = &builder.CreateArrayConstInternal(type_); in ArrayConstBuilder()
740 ArrayConst &CreateArrayConstInternal(ArrayType *type);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp213 ArrayConst &LMIRBuilder::CreateArrayConstInternal(ArrayType *type) in CreateArrayConstInternal() function in maple::litecg::LMIRBuilder