Home | History | Annotate | Download | only in Analysis

Lines Matching defs:LC

537         const SCEVConstant *LC = cast<SCEVConstant>(LHS);
541 const APInt &LA = LC->getValue()->getValue();
581 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
585 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
592 long X = compare(LC->getOperand(i), RC->getOperand(i));
600 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
604 long X = compare(LC->getLHS(), RC->getLHS());
607 return compare(LC->getRHS(), RC->getRHS());
613 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
617 return compare(LC->getOperand(), RC->getOperand());
5618 const SCEVConstant *LC = dyn_cast<SCEVConstant>(AddRec->getOperand(0));
5623 if (!LC || !MC || !NC) {
5628 uint32_t BitWidth = LC->getValue()->getValue().getBitWidth();
5629 const APInt &L = LC->getValue()->getValue();