Searched refs:compArg (Results 1 – 2 of 2) sorted by relevance
1708 int compArg = -1; // track which argument, if any, is the constant component argument in builtInOpCheck() local1716 compArg = 2; in builtInOpCheck()1730 compArg = 3; in builtInOpCheck()1735 compArg = 3; in builtInOpCheck()1744 if (compArg > 0 && compArg < fnCandidate.getParamCount()) { in builtInOpCheck()1745 if ((*argp)[compArg]->getAsConstantUnion()) { in builtInOpCheck()1746 int value = (*argp)[compArg]->getAsConstantUnion()->getConstArray()[0].getIConst(); in builtInOpCheck()2106 int compArg = -1; // track which argument, if any, is the constant component argument in nonOpBuiltInCheck() local2118 compArg = 3; in nonOpBuiltInCheck()2122 compArg = 3; in nonOpBuiltInCheck()[all …]
5841 int compArg = -1; // track which argument, if any, is the constant component argument in builtInOpCheck() local5849 compArg = 2; in builtInOpCheck()5855 compArg = 3; in builtInOpCheck()5859 compArg = 3; in builtInOpCheck()5865 if (compArg > 0 && compArg < fnCandidate.getParamCount()) { in builtInOpCheck()5866 if (aggArgs[compArg]->getAsConstantUnion()) { in builtInOpCheck()5867 int value = aggArgs[compArg]->getAsConstantUnion()->getConstArray()[0].getIConst(); in builtInOpCheck()