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