Lines Matching refs:LC
509 const SCEVConstant *LC = cast<SCEVConstant>(LHS);
513 const APInt &LA = LC->getValue()->getValue();
553 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
557 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
561 long X = compare(LC->getOperand(i), RC->getOperand(i));
569 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
573 long X = compare(LC->getLHS(), RC->getLHS());
576 return compare(LC->getRHS(), RC->getRHS());
582 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
586 return compare(LC->getOperand(), RC->getOperand());
5180 const SCEVConstant *LC = dyn_cast<SCEVConstant>(AddRec->getOperand(0));
5185 if (!LC || !MC || !NC) {
5190 uint32_t BitWidth = LC->getValue()->getValue().getBitWidth();
5191 const APInt &L = LC->getValue()->getValue();