Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp572 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitAdd() local
1420 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitCastIntXToIntY() local
1433 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeInt32ToDouble() local
1446 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeUInt32ToDouble() local
1462 auto e1Type = ConvertLiteCGTypeFromGate(e1); in VisitChangeDoubleToInt32() local
Dllvm_ir_builder.cpp1709 auto e1Type = LLVMGetTypeKind(ConvertLLVMTypeFromGate(e1)); in VisitAdd() local