Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2518 unsigned NumParamVTs = Int->IS.ParamTys.size(); in ApplyTypeConstraints() local
2524 if (getNumChildren() != NumParamVTs + 1) { in ApplyTypeConstraints()
2525 TP.error("Intrinsic '" + Int->Name + "' expects " + Twine(NumParamVTs) + in ApplyTypeConstraints()