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