Home | History | Annotate | Download | only in Analysis

Lines Matching defs:LV

490         const Value *LV = LU->getValue(), *RV = RU->getValue();
494 bool LIsPointer = LV->getType()->isPointerTy(),
500 unsigned LID = LV->getValueID(),
506 if (const Argument *LA = dyn_cast<Argument>(LV)) {
514 if (const Instruction *LInst = dyn_cast<Instruction>(LV)) {