Lines Matching defs:curArg
723 Value curArg = std::get<0>(argPair);
725 if (curArg.getType() != otherArg.getType())
728 curArg.getLoc() != otherArg.getLoc())
732 markEquivalent(curArg, otherArg);
855 Value curArg = std::get<0>(operandPair);
857 if (curArg == otherArg)
859 if (curArg.getType() != otherArg.getType())
861 if (failed(checkEquivalent(curArg, otherArg)))
868 Value curArg = std::get<0>(resultPair);
870 if (curArg.getType() != otherArg.getType())
873 markEquivalent(curArg, otherArg);