Searched refs:LHSCst (Results 1 – 2 of 2) sorted by relevance
3305 if (const auto *LHSCst = dyn_cast<SCEVConstant>(Mul->getOperand(0))) { in getUDivExactExpr() local3306 if (LHSCst == RHSCst) { in getUDivExactExpr()3314 APInt Factor = gcd(LHSCst, RHSCst); in getUDivExactExpr()3316 LHSCst = in getUDivExactExpr()3317 cast<SCEVConstant>(getConstant(LHSCst->getAPInt().udiv(Factor))); in getUDivExactExpr()3321 Operands.push_back(LHSCst); in getUDivExactExpr()
340 if (auto *LHSCst = dyn_cast<ConstantSDNode>(LHS)) in matchBinaryPredicate() local342 return Match(LHSCst, RHSCst); in matchBinaryPredicate()355 auto *LHSCst = dyn_cast<ConstantSDNode>(LHSOp); in matchBinaryPredicate() local357 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()362 if (!Match(LHSCst, RHSCst)) in matchBinaryPredicate()