Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VC

481   if (Constant *VC = dyn_cast<Constant>(Val))
482 return LVILatticeVal::get(VC);
869 if (Constant *VC = dyn_cast<Constant>(Val)) {
870 Result = LVILatticeVal::get(VC);