Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcommon.cpp48 bool CanConvertToIncI(const compiler::BinaryImmOperation *binop) in CanConvertToIncI()
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h555 static size_t PowerOfOpThenFold(Op op, Binop binop, const Args &...args) in PowerOfOpThenFold()
647 static auto LazyOpThenFoldThenIndicesOf(Op op, BinOp binop, const Args &...args) in LazyOpThenFoldThenIndicesOf()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp192 auto binop = inst->CastToShrI(); in VisitShrI() local