Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregSpiller.cpp30 const auto *const originType = cg_->GetVRegType(origin); in New() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp928 PrimType originType = src1.GetNode()->GetPrimType(); in ICmp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h500 MIRType *originType = nullptr; variable