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