Lines Matching refs:getConstArray
341 compIsSet[asConst->getConstArray()[0].getIConst()] = true; in handleLvalue()
345 compIsSet[seq[comp]->getAsConstantUnion()->getConstArray()[0].getIConst()] = true; in handleLvalue()
706 … node = intermediate.addConstantUnion(variable->getConstArray(), variable->getType(), loc); in handleVariable()
813 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst(); in handleBracketDereference()
1747 …intermediate.setLocalSize(lid, sequence[lid]->getAsConstantUnion()->getConstArray()[0].getIConst()… in handleEntryPointAttributes()
3047 … intermediate.addConstantUnion(swizzle[i]->getAsConstantUnion()->getConstArray(), in handleAssignToMatrixSwizzle()
3052 … intermediate.addConstantUnion(swizzle[i+1]->getAsConstantUnion()->getConstArray(), in handleAssignToMatrixSwizzle()
5867 int value = aggArgs[compArg]->getAsConstantUnion()->getConstArray()[0].getIConst(); in builtInOpCheck()
5907 int offset = aggArgs[arg]->getAsConstantUnion()->getConstArray()[c].getIConst(); in builtInOpCheck()
6585 sizePair.size = constant->getConstArray()[0].getIConst(); in arraySizeCheck()
6593 if (symbol && symbol->getConstArray().size() > 0) in arraySizeCheck()
6594 sizePair.size = symbol->getConstArray()[0].getIConst(); in arraySizeCheck()
7017 value = constUnion->getConstArray()[0].getIConst(); in setLayoutQualifier()
7930 variable->setConstArray(initializer->getAsConstantUnion()->getConstArray()); in executeInitializer()
9076 prevExpression->getAsConstantUnion()->getConstArray()[0].getIConst() == in wrapupSwitchSubsequence()
9077 newExpression->getAsConstantUnion()->getConstArray()[0].getIConst()) in wrapupSwitchSubsequence()