Home
last modified time | relevance | path

Searched refs:leftIntConst (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp672 IntConstExprASTNode * leftIntConst = NULL; in reduce() local
680 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()