Home | History | Annotate | Download | only in compiler

Lines Matching refs:TIntermConstantUnion

282 	TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion();
283 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion();
374 TIntermConstantUnion *childTempConstant = 0;
580 TIntermConstantUnion* TIntermediate::addConstantUnion(ConstantUnion* unionArrayPointer, const TType& t, const TSourceLoc &line)
582 TIntermConstantUnion* node = new TIntermConstantUnion(unionArrayPointer, t);
594 TIntermConstantUnion* constIntNode;
1167 ConstantUnion* CreateInverse(TIntermConstantUnion* node, ConstantUnion* unionArray)
1262 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink)
1268 TIntermConstantUnion *node = constantNode->getAsConstantUnion();
1288 TIntermConstantUnion *tempNode;
1472 tempNode = new TIntermConstantUnion(tempConstArray, node->getType());
1587 tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtBool, EbpUndefined, EvqConstExpr));
1608 tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtBool, EbpUndefined, EvqConstExpr));
1629 tempNode = new TIntermConstantUnion(tempConstArray, returnType);
1637 TIntermConstantUnion *newNode = 0;
1831 newNode = new TIntermConstantUnion(tempConstArray, getType());
1837 TIntermTyped* TIntermediate::promoteConstantUnion(TBasicType promoteTo, TIntermConstantUnion* node)