Home
last modified time | relevance | path

Searched defs:prevType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp391 MIRType *prevType = nullptr; in ParseClassType() local
432 MIRType *prevType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(sTyIdx); in ParseInterfaceType() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h1190 auto prevType = inst->GetInputType(inputIdx); in CheckInputType() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1188 auto prevType = input->GetType(); in VisitCastCase2() local
1260 auto prevType = input->GetType(); in VisitCast() local
Dchecks_elimination.cpp140 AnyBaseType prevType) in TryToEliminateAnyTypeCheck()