Home | History | Annotate | Download | only in Analysis

Lines Matching defs:RV

462         const Value *LV = LU->getValue(), *RV = RU->getValue();
467 RIsPointer = RV->getType()->isPointerTy();
473 RID = RV->getValueID();
479 const Argument *RA = cast<Argument>(RV);
487 const Instruction *RInst = cast<Instruction>(RV);
4945 Constant *RV = getConstantEvolutionLoopExitValue(PN,
4948 if (RV) return getSCEV(RV);