Searched refs:typeR (Results 1 – 2 of 2) sorted by relevance
61 const ABIArgInfo &infoR, CanQualType typeR) { in similar() argument63 (typeL == typeR || in similar()64 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) || in similar()65 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR)))); in similar()
3823 auto typeR = op.result().getType().cast<spirv::CooperativeMatrixNVType>(); in verifyCoopMatrixMulAdd() local3824 if (typeA.getRows() != typeR.getRows() || in verifyCoopMatrixMulAdd()3826 typeB.getColumns() != typeR.getColumns()) in verifyCoopMatrixMulAdd()3828 if (typeR.getScope() != typeA.getScope() || in verifyCoopMatrixMulAdd()3829 typeR.getScope() != typeB.getScope() || in verifyCoopMatrixMulAdd()3830 typeR.getScope() != typeC.getScope()) in verifyCoopMatrixMulAdd()3833 typeR.getElementType() != typeC.getElementType()) in verifyCoopMatrixMulAdd()