Searched refs:leftIntConst (Results 1 – 1 of 1) sorted by relevance
672 IntConstExprASTNode * leftIntConst = NULL; in reduce() local680 leftIntConst = dynamic_cast<IntConstExprASTNode*>(m_left.get()); in reduce()681 if (!leftIntConst) in reduce()685 leftValue = leftIntConst->getValue(); in reduce()799 if (leftIntConst && rightIntConst) in reduce()801 resultSize = resultIntSize(leftIntConst->getSize(), rightIntConst->getSize()); in reduce()803 else if (leftIntConst) in reduce()805 resultSize = leftIntConst->getSize(); in reduce()