Home | History | Annotate | Download | only in Utils

Lines Matching refs:DVI

284   if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
285 if (DVI->getValue())
968 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI))
969 if (DVI->getValue() == I->getOperand(0) &&
970 DVI->getOffset() == 0 &&
971 DVI->getVariable() == DIVar)