Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcommon.cpp65 bool CanConvertToIncI(const compiler::BinaryImmOperation *binop) in CanConvertToIncI()
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h548 static size_t PowerOfOpThenFold(Op op, Binop binop, const Args &...args) in PowerOfOpThenFold()
640 static auto LazyOpThenFoldThenIndicesOf(Op op, BinOp binop, const Args &...args) in LazyOpThenFoldThenIndicesOf()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstantExpressionLowering.cpp931 auto binop = node->AsBinaryExpression(); in FoldConstant() local
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static.cpp37 bool CanConvertToIncI(const compiler::BinaryImmOperation *binop) in CanConvertToIncI()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp195 auto binop = inst->CastToShrI(); in VisitShrI() local