Lines Matching refs:getCols
834 int resultCols = getType().getCols(); in getConstantValue()
866 int argumentCols = argumentTyped->getType().getCols(); in getConstantValue()
868 int resultCols = getType().getCols(); in getConstantValue()
1353 static_cast<unsigned char>(mOperand->getType().getCols()))); in promote()
1739 static_cast<unsigned char>(mRight->getCols()), in promote()
1749 static_cast<unsigned char>(mRight->getCols()), in promote()
1758 static_cast<unsigned char>(mRight->getCols()), 1)); in promote()
1860 ASSERT(index < type.getCols()); in FoldIndexing()
2215 const int leftCols = leftType.getCols(); in FoldBinary()
2217 const int rightCols = rightType.getCols(); in FoldBinary()
2388 const int matrixCols = leftType.getCols(); in FoldBinary()
2412 const int matrixCols = rightType.getCols(); in FoldBinary()
2598 GetMatrix(operandArray, getType().getRows(), getType().getCols()).transpose(); in foldUnaryNonComponentWise()
3585 int cols = (*arguments)[0]->getAsTyped()->getCols(); in FoldAggregateBuiltIn()