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