Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3223 auto arrayInput = inst->GetDataFlowInput(0); in VisitLenArray() local
3225 if (arrayInput->GetOpcode() == Opcode::NewArray) { in VisitLenArray()
3226 auto size = ctor->GetInputValue(arrayInput, NewArrayInst::INDEX_SIZE); in VisitLenArray()