Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h396 void CreateMultiArrayCall(CallInst *callInst);
Dcodegen.cpp1209 void Codegen::CreateMultiArrayCall(CallInst *callInst) in CreateMultiArrayCall() function in panda::compiler::Codegen
4876 codegen->CreateMultiArrayCall(arrayInst); in VisitMultiArray()