Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dcommon.cpp48 bool CanConvertToIncI(const compiler::BinaryImmOperation *binop) in CanConvertToIncI()
/arkcompiler/runtime_core/verification/util/
Dbit_vector.h548 static size_t power_of_op_then_fold(Op op, Binop binop, const Args &... args) in power_of_op_then_fold()
641 static auto lazy_op_then_fold_then_indices_of(Op op, BinOp binop, const Args &... args) in lazy_op_then_fold_then_indices_of()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp2470 auto binop = inst->CastToShrI(); in VisitShrI() local