Searched refs:otherNumParams (Results 1 – 1 of 1) sorted by relevance
102 const size_t otherNumParams = other.getNumParameters(); in makesRedundant() local108 if (thisNumParams < otherNumParams) in makesRedundant()110 for (int idx : llvm::seq<int>(0, otherNumParams)) in makesRedundant()118 return thisNumParams == otherNumParams || in makesRedundant()119 parameters[otherNumParams].hasDefaultValue(); in makesRedundant()