Home
last modified time | relevance | path

Searched refs:leftConst (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.h160 GateRef PredicateAdd(GateRef left, int leftConst, TypedBinOp cond, GateRef right);
161 GateRef PredicateAddCmpWithConst(GateRef left, int leftConst, TypedBinOp cond, int right);
H A Darray_bounds_check_elimination.cpp652 GateRef ArrayBoundsCheckElimination::PredicateAdd(GateRef left, int32_t leftConst, TypedBinOp cond, GateRef right) in PredicateAdd() argument
654 GateRef constGate = builder_.Int32(leftConst); in PredicateAdd()
659 GateRef ArrayBoundsCheckElimination::PredicateAddCmpWithConst(GateRef left, int32_t leftConst, in PredicateAddCmpWithConst() argument
663 return PredicateAdd(left, leftConst, cond, constGate); in PredicateAddCmpWithConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h90 int64 ComparisonResult(Opcode op, T *leftConst, T *rightConst) const;
92 const MIRConst &leftConst, const MIRConst &rightConst) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp551 int64 ConstantFold::ComparisonResult(Opcode op, T *leftConst, T *rightConst) const in ComparisonResult() argument
553 DEBUG_ASSERT(leftConst != nullptr, "leftConst should not be nullptr"); in ComparisonResult()
554 typename T::value_type leftValue = leftConst->GetValue(); in ComparisonResult()
602 const MIRConst &leftConst, const MIRConst &rightConst) const in FoldFPConstComparisonMIRConst()
608 ComparisonResult(opcode, safe_cast<MIRDoubleConst>(&leftConst), safe_cast<MIRDoubleConst>(&rightConst)); in FoldFPConstComparisonMIRConst()
610 result = ComparisonResult(opcode, safe_cast<MIRFloatConst>(&leftConst), safe_cast<MIRFloatConst>(&rightConst)); in FoldFPConstComparisonMIRConst()
601 FoldFPConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType opndType, const MIRConst &leftConst, const MIRConst &rightConst) const FoldFPConstComparisonMIRConst() argument

Completed in 7 milliseconds