Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2526 unsigned NumParamVTs = Int->IS.ParamVTs.size(); in ApplyTypeConstraints() local
2531 if (getNumChildren() != NumParamVTs + 1) { in ApplyTypeConstraints()
2532 TP.error("Intrinsic '" + Int->Name + "' expects " + Twine(NumParamVTs) + in ApplyTypeConstraints()