Searched refs:newExpression (Results 1 – 4 of 4) sorted by relevance
503 std::unique_ptr<Expression>* newExpression) { in try_replace_expression() argument506 *target = std::move(*newExpression); in try_replace_expression()509 *target = std::move(*newExpression); in try_replace_expression()
7742 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence() local7743 if (prevExpression == nullptr && newExpression == nullptr) in wrapupSwitchSubsequence()7746 newExpression != nullptr && in wrapupSwitchSubsequence()7748 newExpression->getAsConstantUnion() && in wrapupSwitchSubsequence()7750 newExpression->getAsConstantUnion()->getConstArray()[0].getIConst()) in wrapupSwitchSubsequence()
9069 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence() local9070 if (prevExpression == nullptr && newExpression == nullptr) in wrapupSwitchSubsequence()9073 newExpression != nullptr && in wrapupSwitchSubsequence()9075 newExpression->getAsConstantUnion() && in wrapupSwitchSubsequence()9077 newExpression->getAsConstantUnion()->getConstArray()[0].getIConst()) in wrapupSwitchSubsequence()