Lines Matching refs:getRows
835 int resultRows = getType().getRows(); in getConstantValue()
867 int argumentRows = argumentTyped->getType().getRows(); in getConstantValue()
869 int resultRows = getType().getRows(); in getConstantValue()
1352 static_cast<unsigned char>(mOperand->getType().getRows()), in promote()
1653 static_cast<unsigned char>(mLeft->getRows()))); in promote()
1740 static_cast<unsigned char>(mRight->getRows()))); in promote()
1745 static_cast<unsigned char>(mLeft->getRows()), 1)); in promote()
1750 static_cast<unsigned char>(mLeft->getRows()))); in promote()
1861 int size = type.getRows(); in FoldIndexing()
2216 const int leftRows = leftType.getRows(); in FoldBinary()
2218 const int rightRows = rightType.getRows(); in FoldBinary()
2389 const int matrixRows = leftType.getRows(); in FoldBinary()
2413 const int matrixRows = rightType.getRows(); in FoldBinary()
2598 GetMatrix(operandArray, getType().getRows(), getType().getCols()).transpose(); in foldUnaryNonComponentWise()
3584 int rows = (*arguments)[0]->getAsTyped()->getRows(); in FoldAggregateBuiltIn()