Home | History | Annotate | Download | only in compiler

Lines Matching refs:isMatrix

155 		if(type.isMatrix())
189 else if(type.isMatrix())
572 if(result->isMatrix() || result->isStruct() || result->isInterfaceBlock())
588 else if(left->isMatrix())
608 if(left->isArray() || left->isMatrix())
739 if(left->isMatrix())
746 else if(right->isMatrix())
1352 if(!argi->isMatrix())
1402 else if(arg0->isMatrix())
2015 else if(type.isMatrix())
2067 else if(type.isMatrix())
2190 else if((srcBlock->matrixPacking() == EmpRowMajor) && memberType.isMatrix())
2295 (src->isMatrix() && (!dst->isMatrix() || (src->getNominalSize() != dst->getNominalSize()) || (src->getSecondarySize() != dst->getSecondarySize())))))
2374 else if(left->isArray() || left->isMatrix())
2388 else if(left->isArray() || left->isMatrix())
3333 else if(type.isMatrix())
3498 ASSERT(matrix && matrix->isMatrix() && !matrix->isArray());