Home | History | Annotate | Download | only in Analysis

Lines Matching defs:LC

531         const SCEVConstant *LC = cast<SCEVConstant>(LHS);
535 const APInt &LA = LC->getValue()->getValue();
575 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
579 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
583 long X = compare(LC->getOperand(i), RC->getOperand(i));
591 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
595 long X = compare(LC->getLHS(), RC->getLHS());
598 return compare(LC->getRHS(), RC->getRHS());
604 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
608 return compare(LC->getOperand(), RC->getOperand());
5349 const SCEVConstant *LC = dyn_cast<SCEVConstant>(AddRec->getOperand(0));
5354 if (!LC || !MC || !NC) {
5359 uint32_t BitWidth = LC->getValue()->getValue().getBitWidth();
5360 const APInt &L = LC->getValue()->getValue();