Home
last modified time | relevance | path

Searched refs:compType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11075 QualType compType = UsualArithmeticConversions( in CheckMultiplyDivideOperands() local
11081 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()
11087 return compType; in CheckMultiplyDivideOperands()
11116 QualType compType = UsualArithmeticConversions( in CheckRemainderOperands() local
11121 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()
11124 return compType; in CheckRemainderOperands()
11415 QualType compType = in CheckAdditionOperands() local
11421 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
11422 return compType; in CheckAdditionOperands()
11427 QualType compType = in CheckAdditionOperands() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td158 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">;