Searched refs:isMatrixType (Results 1 – 11 of 11) sorted by relevance
155 bool isMatrixType,171 bool isMatrixType; member188 bool isMatrixType, in UniformTypeInfo() argument203 isMatrixType(isMatrixType), in UniformTypeInfo()
209 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix()226 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; } in isMatrixType() function267 assert(isMatrixType(typeId)); in getTypeNumColumns()273 assert(isMatrixType(typeId)); in getTypeNumRows()
2195 } else if (builder.isMatrixType(objectTypeId)) { in translateForcedType()5970 if (builder.isMatrixType(typeId)) in createUnaryOperation()6718 if (builder.isMatrixType(destType)) in createConversion()
2322 assert(isAggregateType(valueType) || isMatrixType(valueType)); in createCompositeCompare()
2346 } else if (builder.isMatrixType(objectTypeId)) { in translateForcedType()6306 if (builder.isMatrixType(typeId)) in createUnaryOperation()7054 if (builder.isMatrixType(destType)) in createConversion()
4326 const auto isMatrixType = isMatrix (currentItem.type); in verifyResultBuffer() local4334 …const auto expectedComponentDataPtr = expectedDataPtr + ((!isMatrixType) ? componentSize * nCompon… in verifyResultBuffer()4336 … const auto resultComponentDataPtr = resultDataPtr + ((!isMatrixType) ? componentSize * nComponent in verifyResultBuffer()5427 const bool isMatrixType = isMatrix (currentTestItem.type); in initTestItems() local5541 if (isMatrixType) in initTestItems()
2035 bool isMatrixType() const; // Matrix type.6753 inline bool Type::isMatrixType() const {
8031 } else if (Ty->isMatrixType()) { in AddTypesConvertedFrom()
4661 if (base->getType()->isMatrixType()) { in ActOnArraySubscriptExpr()