Home
last modified time | relevance | path

Searched refs:mType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_preg.h44 MIRPreg(uint32 n, PrimType ptyp, MIRType *mType) : primType(ptyp), pregNo(n), mirType(mType) {} in MIRPreg() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_retype.cpp1080 MachineType mType = acc_.GetMachineType(gate); in TryConvertConstant() local
1081 if (mType == MachineType::I32) { in TryConvertConstant()
1085 } else if (mType == MachineType::F64 && !needInt32) { in TryConvertConstant()
1112 MachineType mType = acc_.GetMachineType(gate); in TryConvertConstantToInt32() local
1113 if (mType == MachineType::I32) { in TryConvertConstantToInt32()
1116 } else if (mType == MachineType::F64) { in TryConvertConstantToInt32()

Completed in 4 milliseconds