Searched refs:NumParamVTs (Results 1 – 2 of 2) sorted by relevance
1779 unsigned NumParamVTs = Int->IS.ParamVTs.size(); in ApplyTypeConstraints() local1784 if (getNumChildren() != NumParamVTs + 1) { in ApplyTypeConstraints()1786 utostr(NumParamVTs) + " operands, not " + in ApplyTypeConstraints()
2419 unsigned NumParamVTs = Int->IS.ParamVTs.size(); in ApplyTypeConstraints() local2424 if (getNumChildren() != NumParamVTs + 1) { in ApplyTypeConstraints()2425 TP.error("Intrinsic '" + Int->Name + "' expects " + Twine(NumParamVTs) + in ApplyTypeConstraints()