Searched refs:rightIntConst (Results 1 – 1 of 1) sorted by relevance
673 IntConstExprASTNode * rightIntConst = NULL; in reduce() local695 rightIntConst = dynamic_cast<IntConstExprASTNode*>(m_right.get()); in reduce()696 if (!rightIntConst) in reduce()700 rightValue = rightIntConst->getValue(); in reduce()730 rightIntConst = dynamic_cast<IntConstExprASTNode*>(m_right.get()); in reduce()731 if (!rightIntConst) in reduce()735 rightValue = rightIntConst->getValue(); in reduce()799 if (leftIntConst && rightIntConst) in reduce()801 resultSize = resultIntSize(leftIntConst->getSize(), rightIntConst->getSize()); in reduce()