Home | History | Annotate | Download | only in compiler

Lines Matching refs:isMatrix

52 			else if(type.isMatrix())
350 if(type.isMatrix())
384 else if(type.isMatrix())
881 if(left->isMatrix())
888 else if(right->isMatrix())
1510 if(!argi->isMatrix())
1518 else if(!result->isMatrix()) // Construct a non matrix from a matrix
1587 else if(arg0->isMatrix())
2237 else if(type.isMatrix())
2289 else if(type.isMatrix())
2412 else if((memberType.getLayoutQualifier().matrixPacking == EmpRowMajor) && memberType.isMatrix())
2522 (src->isMatrix() && (!dst->isMatrix() || (src->getNominalSize() != dst->getNominalSize()) || (src->getSecondarySize() != dst->getSecondarySize()))))
2666 else if(left->isArray() || left->isMatrix())
2682 else if(left->isArray() || left->isMatrix())
3750 ASSERT(matrix && matrix->isMatrix() && !matrix->isArray());