Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1488 ConstvalNode *lConst = safe_cast<ConstvalNode>(l); in FoldBinary() local
1492 if (lConst != nullptr && rConst != nullptr) { in FoldBinary()
1493 MIRConst *lConstVal = lConst->GetConstVal(); in FoldBinary()
1500 result = NewBinaryNode(node, op, primType, lConst, rConst); in FoldBinary()
1507 result = FoldConstBinary(op, primType, *lConst, *rConst); in FoldBinary()
1509 } else if (lConst != nullptr && isInt) { in FoldBinary()
1510 MIRIntConst *mcst = safe_cast<MIRIntConst>(lConst->GetConstVal()); in FoldBinary()
1553 // lConst * (X + konst) -> the pair [(lConst*X), (lConst*kons in FoldBinary()
1805 ConstvalNode *lConst = safe_cast<ConstvalNode>(lp.first); FoldCompare() local
[all...]

Completed in 4 milliseconds