Lines Matching refs:getUConst
177 newConstArray[i].setUConst(leftUnionArray[i].getUConst() / rightUnionArray[i].getUConst());
505 case EbtUint: newConstArray[i].setUConst(static_cast<unsigned int>(-static_cast<int>(unionArray[i].getUConst()))); break;
643 newConstArray[i].setBConst(unionArray[i].getUConst() != 0); break;
651 newConstArray[i].setIConst(unionArray[i].getUConst()); break;
667 newConstArray[i].setDConst(unionArray[i].getUConst()); break;
808 newConstArray[i].setI8Const((signed char)unionArray[i].getUConst()); break;
810 newConstArray[i].setI16Const((signed short)unionArray[i].getUConst()); break;
812 newConstArray[i].setI64Const(unionArray[i].getUConst()); break;
814 newConstArray[i].setU8Const((unsigned char)unionArray[i].getUConst()); break;
816 newConstArray[i].setU16Const((unsigned short)unionArray[i].getUConst()); break;
818 newConstArray[i].setU64Const(unionArray[i].getUConst()); break;
822 newConstArray[i].setDConst(unionArray[i].getUConst()); break;
1059 newConstArray[comp].setUConst(std::min(childConstUnions[0][arg0comp].getUConst(), childConstUnions[1][arg1comp].getUConst()));
1093 newConstArray[comp].setUConst(std::max(childConstUnions[0][arg0comp].getUConst(), childConstUnions[1][arg1comp].getUConst()));
1125 newConstArray[comp].setUConst(std::min(std::max(childConstUnions[0][arg0comp].getUConst(), childConstUnions[1][arg1comp].getUConst()),
1126 childConstUnions[2][arg2comp].getUConst()));