Lines Matching defs:DVI
31 DbgVariableRecord::DbgVariableRecord(const DbgVariableIntrinsic *DVI)
32 : DbgRecord(ValueKind, DVI->getDebugLoc()),
33 DebugValueUser({DVI->getRawLocation(), nullptr, nullptr}),
34 Variable(DVI->getVariable()), Expression(DVI->getExpression()),
36 switch (DVI->getIntrinsicID()) {
46 static_cast<const DbgAssignIntrinsic *>(DVI);
431 DbgVariableIntrinsic *DVI;
442 DVI = cast<DbgVariableIntrinsic>(CallInst::Create(
448 DVI = cast<DbgVariableIntrinsic>(
451 DVI->setTailCall();
452 DVI->setDebugLoc(getDebugLoc());
454 DVI->insertBefore(InsertBefore->getIterator());
456 return DVI;