Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp296 Type rightType = getY().getType(); in verify() local
307 this, overlap, "overlap", TypeRange{leftType, rightType}, outputType); in verify()
323 TypeRange{rightType}, outputType); in verify()
327 if (rightType != outputType) in verify()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp2874 analyzer.ConvertBOZ(leftType, 0, rightType); in RelationHelper()
2875 analyzer.ConvertBOZ(rightType, 1, leftType); in RelationHelper()
2876 if (leftType && rightType && in RelationHelper()
2884 rightType && rightType->category() == TypeCategory::Logical in RelationHelper()
3408 opr, leftType, GetRank(0), rightType, GetRank(1)); in IsIntrinsicRelational()
3420 std::optional<DynamicType> rightType{GetType(1)}; in IsIntrinsicNumeric() local
3422 auto cat1{rightType->category()}; in IsIntrinsicNumeric()
3428 return leftType && rightType && in IsIntrinsicNumeric()
3441 *leftType, GetRank(0), *rightType, GetRank(1)); in IsIntrinsicLogical()
3449 if (std::optional<DynamicType> rightType{GetType(1)}) { in IsIntrinsicConcat()
[all …]