Lines Matching refs:LC
539 const SCEVConstant *LC = cast<SCEVConstant>(LHS);
543 const APInt &LA = LC->getValue()->getValue();
583 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
587 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
594 long X = compare(LC->getOperand(i), RC->getOperand(i));
602 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
606 long X = compare(LC->getLHS(), RC->getLHS());
609 return compare(LC->getRHS(), RC->getRHS());
615 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
619 return compare(LC->getOperand(), RC->getOperand());
5434 const SCEVConstant *LC = dyn_cast<SCEVConstant>(AddRec->getOperand(0));
5439 if (!LC || !MC || !NC) {
5444 uint32_t BitWidth = LC->getValue()->getValue().getBitWidth();
5445 const APInt &L = LC->getValue()->getValue();