Home
last modified time | relevance | path

Searched defs:e1Type (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1136 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitAdd() local
1980 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitCastIntXToIntY() local
1993 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeInt32ToDouble() local
2006 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeUInt32ToDouble() local
2022 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeDoubleToInt32() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1945 auto e1Type = LLVMGetTypeKind(ConvertLLVMTypeFromGate(e1)); in VisitAdd() local