Lines Matching refs:getIConst

167                 else if (rightUnionArray[i].getIConst() == -1 && leftUnionArray[i].getIConst() == (int)-0x80000000ll)
170 newConstArray[i].setIConst(leftUnionArray[i].getIConst() / rightUnionArray[i].getIConst());
263 if (rightUnionArray[i].getIConst() == -1 && leftUnionArray[i].getIConst() == INT_MIN) {
273 if (rightUnionArray[i].getIConst() == -1 && leftUnionArray[i].getIConst() == SHRT_MIN) {
501 static_cast<unsigned int>(unionArray[i].getIConst()) == 0x80000000
503 : -unionArray[i].getIConst());
588 newConstArray[i].setIConst(abs(unionArray[i].getIConst()));
597 newConstArray[i].setIConst(SIGN(unionArray[i].getIConst()));
641 newConstArray[i].setBConst(unionArray[i].getIConst() != 0); break;
649 newConstArray[i].setUConst(unionArray[i].getIConst()); break;
663 newConstArray[i].setDConst(unionArray[i].getIConst()); break;
795 newConstArray[i].setI8Const((signed char)unionArray[i].getIConst()); break;
797 newConstArray[i].setI16Const((signed short)unionArray[i].getIConst()); break;
799 newConstArray[i].setI64Const(unionArray[i].getIConst()); break;
801 newConstArray[i].setU8Const((unsigned char)unionArray[i].getIConst()); break;
803 newConstArray[i].setU16Const((unsigned char)unionArray[i].getIConst()); break;
805 newConstArray[i].setU64Const(unionArray[i].getIConst()); break;
820 newConstArray[i].setDConst(unionArray[i].getIConst()); break;
1056 newConstArray[comp].setIConst(std::min(childConstUnions[0][arg0comp].getIConst(), childConstUnions[1][arg1comp].getIConst()));
1090 newConstArray[comp].setIConst(std::max(childConstUnions[0][arg0comp].getIConst(), childConstUnions[1][arg1comp].getIConst()));
1145 newConstArray[comp].setIConst(std::min(std::max(childConstUnions[0][arg0comp].getIConst(), childConstUnions[1][arg1comp].getIConst()),
1146 childConstUnions[2][arg2comp].getIConst()));