Searched refs:lrhs (Results 1 – 1 of 1) sorted by relevance
513 if (auto lrhs = lBin.getRHS().dyn_cast<AffineConstantExpr>()) in simplifyAdd() local514 return lBin.getLHS() + (lrhs.getValue() + rhsConst.getValue()); in simplifyAdd()553 if (auto lrhs = lBin.getRHS().dyn_cast<AffineConstantExpr>()) { in simplifyAdd() local554 return lBin.getLHS() + rhs + lrhs; in simplifyAdd()566 auto lrhs = rBinOpExpr.getLHS(); in simplifyAdd() local570 AffineBinaryOpExpr lrBinOpExpr = lrhs.dyn_cast<AffineBinaryOpExpr>(); in simplifyAdd()628 if (auto lrhs = lBin.getRHS().dyn_cast<AffineConstantExpr>()) in simplifyMul() local629 return lBin.getLHS() * (lrhs.getValue() * rhsConst.getValue()); in simplifyMul()635 if (auto lrhs = lBin.getRHS().dyn_cast<AffineConstantExpr>()) { in simplifyMul() local636 return (lBin.getLHS() * rhs) * lrhs; in simplifyMul()[all …]