Lines Matching refs:DV
767 /// @param DV Current Variable.
769 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
773 for (unsigned i = 0, e = DV->getNumOperands(); i != e; ++i)
775 Elts.push_back(DV->getOperand(i));
780 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
783 for (unsigned i = 0, e = DV->getNumOperands(); i != e; ++i)
786 Elts.push_back(DV->getOperand(i));
894 DIDescriptor DV(N);
895 if (!DV.isVariable())
898 if (!NodesSeen.insert(DV))