Searched refs:DstValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1320 ConstantInt *DstValue = local
1329 (SrcValue->getZExtValue() > DstValue->getZExtValue() ? SrcOp : DstOp)
1358 MDNode *DstValue = cast<MDNode>(DstOp->getOperand(2)); local
1361 MDs.reserve(DstValue->getNumOperands() + SrcValue->getNumOperands());
1362 MDs.append(DstValue->op_begin(), DstValue->op_end());
1370 MDNode *DstValue = cast<MDNode>(DstOp->getOperand(2)); local
1372 Elts.insert(DstValue->op_begin(), DstValue->op_end());

Completed in 55 milliseconds