Lines Matching defs:DstOp
1297 MDNode *DstOp;
1299 std::tie(DstOp, DstIndex) = Flags.lookup(ID);
1314 if (!DstOp) {
1326 mdconst::extract<ConstantInt>(DstOp->getOperand(0));
1338 SrcOp->getOperand(2) != DstOp->getOperand(2))
1376 Metadata *FlagOps[] = {DstOp->getOperand(0), ID, New};
1387 SrcOp->getOperand(2) != DstOp->getOperand(2)) {
1393 << *DstOp->getOperand(2) << "' from " << DstM.getModuleIdentifier()
1401 mdconst::extract<ConstantInt>(DstOp->getOperand(2));
1408 (DstBehaviorValue != Module::Min ? SrcOp : DstOp)->getOperand(0), ID,
1409 (SrcValue->getZExtValue() < DstValue->getZExtValue() ? SrcOp : DstOp)
1420 mdconst::extract<ConstantInt>(DstOp->getOperand(2));
1427 (DstBehaviorValue != Module::Max ? SrcOp : DstOp)->getOperand(0), ID,
1428 (SrcValue->getZExtValue() > DstValue->getZExtValue() ? SrcOp : DstOp)
1443 if (SrcOp->getOperand(2) != DstOp->getOperand(2))
1457 MDTuple *DstValue = ensureDistinctOp(cast<MDNode>(DstOp->getOperand(2)));
1465 MDTuple *DstValue = ensureDistinctOp(cast<MDNode>(DstOp->getOperand(2)));