Searched refs:rightRow (Results 1 – 1 of 1) sorted by relevance
1508 int rightRow = node->getSecondarySize(); in fold() local1509 tempConstArray = new ConstantUnion[rightCol*rightRow]; in fold()1510 for(int row = 0; row < rightRow; row++) { in fold()1512 …tempConstArray[rightRow * column + row].setFConst(rightUnionArray[rightCol * row + column].getFCon… in fold()1516 returnType.setNominalSize(static_cast<unsigned char>(rightRow)); in fold()