Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp426 const MIRDoubleConst *doubleConst0 = nullptr; in FoldFPConstBinary() local
434 doubleConst0 = safe_cast<MIRDoubleConst>(const0.GetConstVal()); in FoldFPConstBinary()
436 CHECK_NULL_FATAL(doubleConst0); in FoldFPConstBinary()
449 constValueDouble = doubleConst0->GetValue() + doubleConst1->GetValue(); in FoldFPConstBinary()
457 constValueDouble = doubleConst0->GetValue() - doubleConst1->GetValue(); in FoldFPConstBinary()
465 constValueDouble = doubleConst0->GetValue() * doubleConst1->GetValue(); in FoldFPConstBinary()
474 constValueDouble = doubleConst0->GetValue() / doubleConst1->GetValue(); in FoldFPConstBinary()
482 constValueDouble = (doubleConst0->GetValue() >= doubleConst1->GetValue()) ? doubleConst0->GetValue() in FoldFPConstBinary()
492 constValueDouble = (doubleConst0 in FoldFPConstBinary()
[all...]

Completed in 3 milliseconds