Home | History | Annotate | Download | only in MachineIndependent

Lines Matching refs:getAsConstantUnion

151     TIntermConstantUnion *leftTempConstant = node->getLeft()->getAsConstantUnion();
152 TIntermConstantUnion *rightTempConstant = node->getRight()->getAsConstantUnion();
368 if (node->getOperand()->getAsConstantUnion())
369 return node->getOperand()->getAsConstantUnion()->fold(op, node->getType());
391 if (child->getAsConstantUnion()) {
392 TIntermTyped* folded = child->getAsConstantUnion()->fold(op, returnType);
666 if (node->getAsConstantUnion())
667 return promoteConstantUnion(promoteTo, node->getAsConstantUnion());
1059 const bool isSimple = (node->getAsSymbolNode() != nullptr) || (node->getAsConstantUnion() != nullptr);
1724 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
1725 if (cond->getAsConstantUnion()->getConstArray()[0].getBConst())