Lines Matching refs:getBuiltInOp
5307 TOperator op = function->getBuiltInOp(); in handleFunctionCall()
5403 op = fnCandidate->getBuiltInOp(); in handleFunctionCall()
7355 (candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7356 candidateList[0]->getBuiltInOp() == EOpMethodRestartStrip || in findFunction()
7357 candidateList[0]->getBuiltInOp() == EOpMethodIncrementCounter || in findFunction()
7358 candidateList[0]->getBuiltInOp() == EOpMethodDecrementCounter || in findFunction()
7359 candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7360 candidateList[0]->getBuiltInOp() == EOpMethodConsume)) { in findFunction()
7549 promote = new TIntermUnary(bestMatch->getBuiltInOp()); in findFunction()
7552 promote = new TIntermAggregate(bestMatch->getBuiltInOp()); in findFunction()
7568 TFunction convertedCall(&call.getName(), call.getType(), call.getBuiltInOp()); in findFunction()