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.cpp1022 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitAdd() local
1916 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitCastIntXToIntY() local
1929 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeInt32ToDouble() local
1942 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeUInt32ToDouble() local
1958 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeDoubleToInt32() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1906 auto e1Type = LLVMGetTypeKind(ConvertLLVMTypeFromGate(e1)); in VisitAdd() local