Home
last modified time | relevance | path

Searched defs:leftConst (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin_ut/
Dplugin_ut_binary_expression_api.cpp142 const es2panda_AstNode *leftConst = g_impl->BinaryExpressionLeftConst(context, binExpr); in SetAndGetBinaryExpressionValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp652 GateRef ArrayBoundsCheckElimination::PredicateAdd(GateRef left, int32_t leftConst, TypedBinOp cond,… in PredicateAdd()
659 GateRef ArrayBoundsCheckElimination::PredicateAddCmpWithConst(GateRef left, int32_t leftConst, in PredicateAddCmpWithConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp541 int64 ConstantFold::ComparisonResult(Opcode op, T *leftConst, T *rightConst) const in ComparisonResult()
592const MIRConst &leftConst, const MIRConst &rightConst) const in FoldFPConstComparisonMIRConst() argument