Searched refs:newComps (Results 1 – 1 of 1) sorted by relevance
117 int newComps; in fold() local121 newComps = rightNode->getMatrixCols() * getMatrixRows(); in fold()124 newComps = getMatrixRows(); in fold()127 newComps = rightNode->getMatrixCols(); in fold()130 newComps = getType().computeNumComponents(); in fold()132 if (constComps == 1 && newComps > 1) { in fold()134 TConstUnionArray smearedArray(newComps, rightNode->getConstArray()[0]); in fold()136 } else if (constComps > 1 && newComps == 1) { in fold()138 newComps = constComps; in fold()140 TConstUnionArray smearedArray(newComps, getConstArray()[0]); in fold()[all …]