Searched refs:VisitBinaryOpWithOverflow (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.h | 240 …void VisitBinaryOpWithOverflow(GateRef gate, GateRef e1, GateRef e2, maple::litecg::IntrinsicId in…
|
| D | litecg_ir_builder.cpp | 2202 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
|