Home | History | Annotate | Download | only in IR

Lines Matching refs:DVI

3852   if (auto *DVI = dyn_cast<DbgValueInst>(&I)) {
3853 V = dyn_cast_or_null<DILocalVariable>(DVI->getRawVariable());
3854 E = dyn_cast_or_null<DIExpression>(DVI->getRawExpression());