Searched defs:binop (Results 1 – 3 of 3) sorted by relevance
48 bool CanConvertToIncI(const compiler::BinaryImmOperation *binop) in CanConvertToIncI()
548 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()
2470 auto binop = inst->CastToShrI(); in VisitShrI() local