Home
last modified time | relevance | path

Searched refs:IsIntType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp28 if (gateType.IsIntType()) { in SetOutputType()
366 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberCalculate()
417 if (type.IsIntType()) { in VisitNumberMonocular()
655 if (gateType.IsIntType()) { in ConvertForBinaryOp()
679 if (leftType.IsIntType() && rightType.IsIntType()) { in ConvertForCompareOp()
785 if (gateType.IsIntType()) { in CheckAndConvertToInt32()
826 if (gateType.IsIntType()) { in CheckAndConvertToFloat64()
1053 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitTypeConvert()
1066 if (gateType.IsIntType()) { in VisitTypeConvert()
1086 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberMod()
Dcompiler_log.cpp274 if (leftType.IsIntType()) { in CollectGateTypeLogInfo()
281 if (rightType.IsIntType()) { in CollectGateTypeLogInfo()
292 if (valueType.IsIntType()) { in CollectGateTypeLogInfo()
Dnumber_speculative_lowering.cpp256 if (gateType.IsIntType()) { in VisitNumberCalculate()
286 if (leftType.IsIntType() && rightType.IsIntType()) { in VisitNumberCompare()
334 if (gateType.IsIntType()) { in VisitNumberDiv()
361 if (gateType.IsIntType()) { in VisitNumberMod()
384 if (type.IsIntType()) { in VisitNumberMonocular()
Dtype.h149 bool IsIntType() const in IsIntType() function
Dts_hcr_lowering.cpp94 return !acc_.GetGateType(gate).IsIntType(); in IsTrustedType()
105 return !acc_.GetGateType(gate).IsIntType(); in IsTrustedType()
Dtype_mcr_lowering.cpp176 if (type.IsIntType()) { in LowerPrimitiveTypeCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp497 if ((firInType.IsIntType() && secInType.IsIntType())) { in InferAdd2()
525 if ((firInType.IsIntType() && secInType.IsIntType())) { in InferSub2()
550 if ((firInType.IsIntType() && secInType.IsIntType())) { in InferMul2()
597 if (firInType.IsIntType()) { in InferIncDec()