Home | History | Annotate | Download | only in compiler

Lines Matching refs:getAsConstantUnion

215     TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion();
216 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion();
343 if (child->getAsConstantUnion())
344 childTempConstant = child->getAsConstantUnion();
476 if (node->getAsConstantUnion()) {
478 return (promoteConstantUnion(promoteTo, node->getAsConstantUnion()));
594 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) {
595 if (cond->getAsTyped()->getAsConstantUnion()->getUnionArrayPointer()->getBConst())
648 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
649 if (cond->getAsConstantUnion()->getUnionArrayPointer()->getBConst())
1089 TIntermConstantUnion *node = constantNode->getAsConstantUnion();