Lines Matching defs:PartialMatch
567 std::pair<Value *, Value *> &PartialMatch) {
638 PartialMatch.first = CommonOperand;
640 PartialMatch.second = CommonOperand;
642 if (!PartialMatch.first || !PartialMatch.second) {
647 NodePtr CommonNode = identifyNode(PartialMatch.first, PartialMatch.second);
739 std::pair<Value *, Value *> PartialMatch(
757 NodePtr CNode = identifyNodeWithImplicitAdd(CRInst, CIInst, PartialMatch);
769 assert(PartialMatch.first && PartialMatch.second);
770 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second);