Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp646 GateRef ArrayBoundsCheckElimination::PredicateCmpWithConst(GateRef left, TypedBinOp cond, int32_t right) in PredicateCmpWithConst() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination
673 PredicateCmpWithConst(lowerGate, TypedBinOp::TYPED_GREATEREQ, 0); in LoopInvariantMotionForIndexCheck()
683 PredicateCmpWithConst(lowerGate, TypedBinOp::TYPED_GREATER, lower); in LoopInvariantMotionForIndexCheck()
694 PredicateCmpWithConst(length, TypedBinOp::TYPED_GREATER, upper); in LoopInvariantMotionForIndexCheck()
902 PredicateCmpWithConst(lowerCompare, TypedBinOp::TYPED_GREATEREQ, 0); in InBlockMotion()
930 PredicateCmpWithConst(length, TypedBinOp::TYPED_GREATER, maxConstant); // length > index in InBlockMotion()
H A Darray_bounds_check_elimination.h159 GateRef PredicateCmpWithConst(GateRef left, TypedBinOp cond, int right);

Completed in 3 milliseconds