Lines Matching defs:PartialMatch
551 std::pair<Value *, Value *> &PartialMatch) {
622 PartialMatch.first = CommonOperand;
624 PartialMatch.second = CommonOperand;
626 if (!PartialMatch.first || !PartialMatch.second) {
631 NodePtr CommonNode = identifyNode(PartialMatch.first, PartialMatch.second);
723 std::pair<Value *, Value *> PartialMatch(
741 NodePtr CNode = identifyNodeWithImplicitAdd(CRInst, CIInst, PartialMatch);
753 assert(PartialMatch.first && PartialMatch.second);
754 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second);