Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp78 i64RefType = CreateRefType(i64Type); in LMIRBuilder()
166 Type *LMIRBuilder::CreateRefType(Type *mirType) in CreateRefType() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h267 Type *CreateRefType(Type *mirType);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp613 … *memType = (lmirBuilder_->IsHeapPointerType(returnType)) ? lmirBuilder_->CreateRefType(returnType) in VisitLoad()
1820 ? lmirBuilder_->CreateRefType(returnType) in VisitStore()