Home
last modified time | relevance | path

Searched defs:rhsType (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/
DBuilders.cpp212 auto rhsType = rhs.getType(); in createIComparisonExpr() local
226 auto rhsType = rhs.getType(); in createFComparisonExpr() local
/external/llvm-project/flang/lib/Semantics/
Dpointer-assignment.cpp202 } else if (auto rhsType{TypeAndShape::Characterize(d, context_)}) { in Check() local
Dexpression.cpp3018 std::optional<DynamicType> rhsType{rhs.GetType()}; in TryDefinedAssignment() local
3185 const DynamicType &lhsType, const DynamicType &rhsType) { in AddAssignmentConversion()
Dtools.cpp84 const std::optional<evaluate::DynamicType> &rhsType, int rhsRank) { in IsDefinedAssignment()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1336 VectorType rhsType = op.getOperandTypeRHS().dyn_cast<VectorType>(); in matchAndRewrite() local
1644 VectorType rhsType = op.getRhsType(); in matchAndRewrite() local
1987 VectorType rhsType = op.getRhsType(); in matchAndRewrite() local
2011 VectorType rhsType = op.getRhsType(); in lowerParallel() local
2060 VectorType rhsType = op.getRhsType(); in lowerReduction() local
DVectorOps.cpp243 auto rhsType = types[1].cast<VectorType>(); in parseContractionOp() local
274 static bool verifyDimMap(VectorType lhsType, VectorType rhsType, in verifyDimMap()
286 ContractionOp op, VectorType lhsType, VectorType rhsType, Type accType, in verifyOutputShape()
373 auto rhsType = op.getRhsType(); in verify() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1199 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1516 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp1396 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1744 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local