Searched refs:lPrimTypes (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 1481 PrimType lPrimTypes = node->Opnd(0)->GetPrimType(); in FoldBinary() local 1577 result = NewBinaryNode(node, op, primType, PairToExpr(lPrimTypes, lp), PairToExpr(rPrimTypes, rp)); in FoldBinary() 1596 IsSignedInteger(primType) && IsSignedInteger(lPrimTypes) && IsSignedInteger(rPrimTypes)) { in FoldBinary() 1627 result = NewBinaryNode(node, op, primType, PairToExpr(lPrimTypes, lp), r); in FoldBinary() 1671 result = NewBinaryNode(node, op, primType, PairToExpr(lPrimTypes, lp), r); in FoldBinary() 1688 result = NewBinaryNode(node, op, primType, PairToExpr(lPrimTypes, lp), PairToExpr(rPrimTypes, rp)); in FoldBinary() 1703 result = NewBinaryNode(node, op, primType, PairToExpr(lPrimTypes, lp), r); in FoldBinary() 1722 result = NewBinaryNode(node, op, primType, PairToExpr(lPrimTypes, lp), PairToExpr(rPrimTypes, rp)); in FoldBinary()
|
Completed in 4 milliseconds