Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.h391 static void LowerConstArrayIndex(Inst *inst, Opcode lowLevelOpcode);
Dlowering.cpp1116 void Lowering::LowerConstArrayIndex(Inst *inst, Opcode lowLevelOpcode) in LowerConstArrayIndex() argument
1128 auto newInst = graph->CreateInst(lowLevelOpcode); in LowerConstArrayIndex()