Searched refs:childConstUnions (Results 1 – 1 of 1) sorted by relevance
1025 TVector<TConstUnionArray> childConstUnions; in fold() local1027 childConstUnions.push_back(children[arg]->getAsConstantUnion()->getConstArray()); in fold()1043 …newConstArray[comp].setDConst(atan2(childConstUnions[0][arg0comp].getDConst(), childConstUnions[1]… in fold()1046 …newConstArray[comp].setDConst(pow(childConstUnions[0][arg0comp].getDConst(), childConstUnions[1][a… in fold()1050 double arg0 = childConstUnions[0][arg0comp].getDConst(); in fold()1051 double arg1 = childConstUnions[1][arg1comp].getDConst(); in fold()1061 …newConstArray[comp].setDConst(std::min(childConstUnions[0][arg0comp].getDConst(), childConstUnions… in fold()1064 …newConstArray[comp].setIConst(std::min(childConstUnions[0][arg0comp].getIConst(), childConstUnions… in fold()1067 …newConstArray[comp].setUConst(std::min(childConstUnions[0][arg0comp].getUConst(), childConstUnions… in fold()1071 …newConstArray[comp].setI8Const(std::min(childConstUnions[0][arg0comp].getI8Const(), childConstUnio… in fold()[all …]