Searched refs:compType (Results 1 – 2 of 2) sorted by relevance
11075 QualType compType = UsualArithmeticConversions( in CheckMultiplyDivideOperands() local11081 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()11087 return compType; in CheckMultiplyDivideOperands()11116 QualType compType = UsualArithmeticConversions( in CheckRemainderOperands() local11121 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()11124 return compType; in CheckRemainderOperands()11415 QualType compType = in CheckAdditionOperands() local11421 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()11422 return compType; in CheckAdditionOperands()11427 QualType compType = in CheckAdditionOperands() local[all …]
158 def OpTypeVector: Op<23, (outs TYPE:$type), (ins TYPE:$compType, i32imm:$compCount),159 "$type = OpTypeVector $compType $compCount">;191 (ins TYPE:$compType, ID:$scope, ID:$rows, ID:$cols),192 "$res = OpTypeCooperativeMatrixNV $compType $scope $rows $cols">;