Lines Matching defs:binOp
61 auto binOp = cast<AffineBinaryOpExpr>(a);
62 return isInvariantAffine(binOp.getLHS(), curr, isCurrentLoop) &&
63 isInvariantAffine(binOp.getRHS(), curr, isCurrentLoop);
90 if (auto binOp = dyn_cast<AffineBinaryOpExpr>(a)) {
94 return findAffine(merger, tid, lvl, binOp.getLHS(), lt, false) &&
95 findAffine(merger, tid, lvl, binOp.getRHS(), lt, false);
171 auto binOp = cast<AffineBinaryOpExpr>(a);
172 auto lhs = binOp.getLHS(), rhs = binOp.getRHS();
181 auto binOp = cast<AffineBinaryOpExpr>(a);
182 return findDepIdxSet(merger, tensor, lvl, binOp.getLHS(), lt, true) &&
183 findDepIdxSet(merger, tensor, lvl, binOp.getRHS(), lt, true);