Home
last modified time | relevance | path

Searched refs:PredicateAddCmpWithConst (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.h161 GateRef PredicateAddCmpWithConst(GateRef left, int leftConst, TypedBinOp cond, int right);
Darray_bounds_check_elimination.cpp649 GateRef ArrayBoundsCheckElimination::PredicateAddCmpWithConst(GateRef left, int32_t leftConst, in PredicateAddCmpWithConst() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination
668 PredicateAddCmpWithConst(lowerGate, lower, TypedBinOp::TYPED_GREATEREQ, 0); in LoopInvariantMotionForIndexCheck()