Lines Matching refs:LA
510 if (const Argument *LA = dyn_cast<Argument>(LV)) { in compare() local
512 unsigned LArgNo = LA->getArgNo(), RArgNo = RA->getArgNo(); in compare()
545 const APInt &LA = LC->getValue()->getValue(); in compare() local
547 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in compare()
550 return LA.ult(RA) ? -1 : 1; in compare()
554 const SCEVAddRecExpr *LA = cast<SCEVAddRecExpr>(LHS); in compare() local
558 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop(); in compare()
567 unsigned LNumOps = LA->getNumOperands(), RNumOps = RA->getNumOperands(); in compare()
573 long X = compare(LA->getOperand(i), RA->getOperand(i)); in compare()
4384 const SCEV *LA = getSCEV(U->getOperand(1)); in createSCEV() local
4386 const SCEV *LDiff = getMinusSCEV(LA, LS); in createSCEV()
4390 LDiff = getMinusSCEV(LA, RS); in createSCEV()
4408 const SCEV *LA = getSCEV(U->getOperand(1)); in createSCEV() local
4410 const SCEV *LDiff = getMinusSCEV(LA, LS); in createSCEV()
4414 LDiff = getMinusSCEV(LA, RS); in createSCEV()
4427 const SCEV *LA = getSCEV(U->getOperand(1)); in createSCEV() local
4429 const SCEV *LDiff = getMinusSCEV(LA, LS); in createSCEV()
4442 const SCEV *LA = getSCEV(U->getOperand(1)); in createSCEV() local
4444 const SCEV *LDiff = getMinusSCEV(LA, One); in createSCEV()