Lines Matching refs:getOp
125 switch (node->getOp()) { in visitBinary()
147 switch (node->getOp()) { in visitAggregate()
243 if (!decl || (decl->getOp() != EOpDeclaration)) { in validateForLoopInit()
254 if (!declInit || (declInit->getOp() != EOpInitialize)) { in validateForLoopInit()
311 switch (binOp->getOp()) { in validateForLoopCond()
322 getOperatorString(binOp->getOp())); in validateForLoopCond()
360 op = unOp->getOp(); in validateForLoopExpr()
363 op = binOp->getOp(); in validateForLoopExpr()
410 ASSERT(node->getOp() == EOpFunctionCall); in validateFunctionCall()
482 ASSERT((node->getOp() == EOpIndexDirect) || in validateIndexing()
483 (node->getOp() == EOpIndexIndirect)); in validateIndexing()