Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1603 ConstvalNode *yConst = safe_cast<ConstvalNode>(y); in FoldBinary() local
1605 if (yConst != nullptr && xConst == nullptr && in FoldBinary()
1607 MIRIntConst *yCst = safe_cast<MIRIntConst>(yConst->GetConstVal()); in FoldBinary()
1615 } else if (xConst != nullptr && yConst == nullptr && in FoldBinary()

Completed in 6 milliseconds