Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstantsLowering.cpp50 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
Drange_analysis.cpp335 auto binOp = acc_.GetTypedBinaryOp(gate); in PrintRangeInfo() local
Dtype_info_accessors.cpp66 TypedBinOp binOp = accessor.GetTypedBinOp(); in IsTrustedBooleanType() local
120 TypedBinOp binOp = accessor.GetTypedBinOp(); in IsTrustedNumberType() local
Dmcr_gate_meta_data.h283 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue()