Home
last modified time | relevance | path

Searched defs:input_type (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h110 auto input_type = input.GetInst()->GetType(); in SetTypeByInputs() local
186 auto input_type = input_inst->GetType(); in CheckPhiInputs() local
Dinst_builder.cpp248 auto input_type = inst->GetInputType(input_idx); in FixInstructions() local
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py1779 def __init__(self, test_path, input_type): argument