Searched refs:argConstant (Results 1 – 1 of 1) sorted by relevance
3212 TIntermConstantUnion *argConstant = (*arguments)[i]->getAsConstantUnion(); in FoldAggregateBuiltIn() local3213 ASSERT(argConstant != nullptr); // Should be checked already. in FoldAggregateBuiltIn()3217 basicType = argConstant->getType().getBasicType(); in FoldAggregateBuiltIn()3218 loc = argConstant->getLine(); in FoldAggregateBuiltIn()3220 unionArrays[i] = argConstant->getConstantValue(); in FoldAggregateBuiltIn()3221 objectSizes[i] = argConstant->getType().getObjectSize(); in FoldAggregateBuiltIn()