Home
last modified time | relevance | path

Searched refs:VisitBinaryOpWithOverflow (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.h240 …void VisitBinaryOpWithOverflow(GateRef gate, GateRef e1, GateRef e2, maple::litecg::IntrinsicId in…
Dlitecg_ir_builder.cpp2202 VisitBinaryOpWithOverflow(gate, e1, e2, IntrinsicId::INTRN_ADD_WITH_OVERFLOW); in VisitAddWithOverflow()
2216 VisitBinaryOpWithOverflow(gate, e1, e2, IntrinsicId::INTRN_SUB_WITH_OVERFLOW); in VisitSubWithOverflow()
2230 VisitBinaryOpWithOverflow(gate, e1, e2, IntrinsicId::INTRN_MUL_WITH_OVERFLOW); in VisitMulWithOverflow()
2233 void LiteCGIRBuilder::VisitBinaryOpWithOverflow(GateRef gate, GateRef e1, GateRef e2, IntrinsicId i… in VisitBinaryOpWithOverflow() function in panda::ecmascript::kungfu::LiteCGIRBuilder