Lines Matching defs:DstOp
1285 MDNode *DstOp;
1287 std::tie(DstOp, DstIndex) = Flags.lookup(ID);
1302 if (!DstOp) {
1314 mdconst::extract<ConstantInt>(DstOp->getOperand(0));
1326 SrcOp->getOperand(2) != DstOp->getOperand(2))
1363 Metadata *FlagOps[] = {DstOp->getOperand(0), ID, New};
1374 SrcOp->getOperand(2) != DstOp->getOperand(2)) {
1380 << *DstOp->getOperand(2) << "' from " << DstM.getModuleIdentifier()
1388 mdconst::extract<ConstantInt>(DstOp->getOperand(2));
1395 (DstBehaviorValue != Module::Min ? SrcOp : DstOp)->getOperand(0), ID,
1396 (SrcValue->getZExtValue() < DstValue->getZExtValue() ? SrcOp : DstOp)
1407 mdconst::extract<ConstantInt>(DstOp->getOperand(2));
1414 (DstBehaviorValue != Module::Max ? SrcOp : DstOp)->getOperand(0), ID,
1415 (SrcValue->getZExtValue() > DstValue->getZExtValue() ? SrcOp : DstOp)
1430 if (SrcOp->getOperand(2) != DstOp->getOperand(2)) {
1436 << *DstOp->getOperand(2) << "' from " + DstM.getModuleIdentifier();
1448 MDTuple *DstValue = ensureDistinctOp(cast<MDNode>(DstOp->getOperand(2)));
1456 MDTuple *DstValue = ensureDistinctOp(cast<MDNode>(DstOp->getOperand(2)));