Searched refs:PredicateCmpWithConst (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | array_bounds_check_elimination.cpp | 646 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 D | array_bounds_check_elimination.h | 159 GateRef PredicateCmpWithConst(GateRef left, TypedBinOp cond, int right);
|
Completed in 3 milliseconds