Home
last modified time | relevance | path

Searched defs:binOp (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstantsLowering.cpp55 auto const binOp = node->AsBinaryExpression(); in Perform() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinduction_variable_analysis.cpp43 TypedBinOp binOp = acc_.GetTypedBinaryOp(valueGate); in IsInductionVariable() local
82 [[maybe_unused]]TypedBinOp binOp = acc_.GetTypedBinaryOp(valueGate); in GetStartAndStride() local
Dmcr_gate_meta_data.h318 TypedBinOp binOp = GetTypedBinOp(); in IsTrustedBooleanType() local
336 TypedBinOp binOp = GetTypedBinOp(); in IsTrustedNumberType() local
357 TypedBinOp binOp = GetTypedBinOp(); in IsTrustedStringType() local
364 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue()
Drange_analysis.cpp335 auto binOp = acc_.GetTypedBinaryOp(gate); in PrintRangeInfo() local