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.cpp966 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitAdd() local
1847 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitCastIntXToIntY() local
1860 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeInt32ToDouble() local
1873 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeUInt32ToDouble() local
1889 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeDoubleToInt32() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1837 auto e1Type = LLVMGetTypeKind(ConvertLLVMTypeFromGate(e1)); in VisitAdd() local