Lines Matching defs:LA
620 if (const auto *LA = dyn_cast<Argument>(LV)) {
622 unsigned LArgNo = LA->getArgNo(), RArgNo = RA->getArgNo();
720 const APInt &LA = LC->getAPInt();
722 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth();
725 return LA.ult(RA) ? -1 : 1;
735 const SCEVAddRecExpr *LA = cast<SCEVAddRecExpr>(LHS);
741 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop();
6105 const SCEV *LA = getSCEV(TrueVal);
6109 if (LA->getType()->isPointerTy()) {
6110 // FIXME: Handle cases where LS/RS are pointers not equal to LA/RA.
6113 if (LA == LS && RA == RS)
6115 if (LA == RS && RA == LS)
6134 const SCEV *LDiff = getMinusSCEV(LA, LS);
6139 LDiff = getMinusSCEV(LA, RS);