Home | History | Annotate | Download | only in Utils

Lines Matching refs:DVI

303   if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
304 if (DVI->getValue())
1027 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI))
1028 if (DVI->getValue() == I->getOperand(0) &&
1029 DVI->getOffset() == 0 &&
1030 DVI->getVariable() == DIVar)