Home
last modified time | relevance | path

Searched refs:IsDoubleType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp276 } else if (leftType.IsDoubleType()) { in CollectGateTypeLogInfo()
283 } else if (rightType.IsDoubleType()) { in CollectGateTypeLogInfo()
294 } else if (valueType.IsDoubleType()) { in CollectGateTypeLogInfo()
Dtype.h157 bool IsDoubleType() const in IsDoubleType() function
Dnumber_speculative_retype.cpp30 } else if (gateType.IsDoubleType()) { in SetOutputType()
787 } else if (gateType.IsDoubleType()) { in CheckAndConvertToInt32()
828 } else if (gateType.IsDoubleType()) { in CheckAndConvertToFloat64()
Dtype_mcr_lowering.cpp178 } else if (type.IsDoubleType()) { in LowerPrimitiveTypeCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp493 if ((firInType.IsNumberType() && secInType.IsDoubleType()) || in InferAdd2()
494 (firInType.IsDoubleType() && secInType.IsNumberType())) { in InferAdd2()
521 if ((firInType.IsNumberType() && secInType.IsDoubleType()) || in InferSub2()
522 (firInType.IsDoubleType() && secInType.IsNumberType())) { in InferSub2()
546 if ((firInType.IsNumberType() && secInType.IsDoubleType()) || in InferMul2()
547 (firInType.IsDoubleType() && secInType.IsNumberType())) { in InferMul2()
594 if (firInType.IsDoubleType()) { in InferIncDec()