Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2528 unsigned NumParamVTs = Int->IS.ParamVTs.size(); in ApplyTypeConstraints() local
2533 if (getNumChildren() != NumParamVTs + 1) { in ApplyTypeConstraints()
2534 TP.error("Intrinsic '" + Int->Name + "' expects " + Twine(NumParamVTs) + in ApplyTypeConstraints()