Home | History | Annotate | Download | only in Analysis

Lines Matching defs:LC

532       const SCEVConstant *LC = cast<SCEVConstant>(LHS);
536 const APInt &LA = LC->getAPInt();
576 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
580 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
587 long X = compare(LC->getOperand(i), RC->getOperand(i));
595 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
599 long X = compare(LC->getLHS(), RC->getLHS());
602 return compare(LC->getRHS(), RC->getRHS());
608 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
612 return compare(LC->getOperand(), RC->getOperand());
6484 const SCEVConstant *LC = dyn_cast<SCEVConstant>(AddRec->getOperand(0));
6489 if (!LC || !MC || !NC) {
6494 uint32_t BitWidth = LC->getAPInt().getBitWidth();
6495 const APInt &L = LC->getAPInt();
7812 if (const auto *LC = dyn_cast<SCEVConstant>(L))
7814 C = -(LC->getAPInt());
7819 if (const auto *LC = dyn_cast<SCEVConstant>(L))
7821 C = LC->getAPInt();