Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp43 TypedBinOp binOp = acc_.GetTypedBinaryOp(valueGate); in IsInductionVariable() local
44 if (binOp != TypedBinOp::TYPED_ADD && binOp != TypedBinOp::TYPED_SUB) { in IsInductionVariable()
82 [[maybe_unused]]TypedBinOp binOp = acc_.GetTypedBinaryOp(valueGate); in GetStartAndStride() local
83 ASSERT(binOp == TypedBinOp::TYPED_ADD || binOp == TypedBinOp::TYPED_SUB); in GetStartAndStride()
H A Dmcr_gate_meta_data.h283 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue() argument
285 return TypedValueBits::Encode(operandType.Value()) | TypedBinOpBits::Encode(binOp); in ToValue()
H A Drange_analysis.cpp335 auto binOp = acc_.GetTypedBinaryOp(gate); in PrintRangeInfo() local
336 switch (binOp) { in PrintRangeInfo()
H A Dtype_info_accessors.cpp69 TypedBinOp binOp = accessor.GetTypedBinOp(); in IsTrustedBooleanType() local
70 switch (binOp) { in IsTrustedBooleanType()
123 TypedBinOp binOp = accessor.GetTypedBinOp(); in IsTrustedNumberType() local
124 switch (binOp) { in IsTrustedNumberType()

Completed in 8 milliseconds