Home
last modified time | relevance | path

Searched refs:otherNumParams (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/TableGen/
DOpClass.cpp102 const size_t otherNumParams = other.getNumParameters(); in makesRedundant() local
108 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()