Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp295 Type leftType = getX().getType(); in verify() local
307 this, overlap, "overlap", TypeRange{leftType, rightType}, outputType); in verify()
313 verifyNumBlockArgs(this, left, "left", TypeRange{leftType}, outputType); in verify()
317 if (leftType != 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()
2883 leftType && leftType->category() == TypeCategory::Logical && in RelationHelper()
3408 opr, leftType, GetRank(0), rightType, GetRank(1)); in IsIntrinsicRelational()
3412 std::optional<DynamicType> leftType{GetType(0)}; in IsIntrinsicNumeric() local
3417 return leftType && semantics::IsIntrinsicNumeric(*leftType); in IsIntrinsicNumeric()
3425 auto cat0{leftType->category()}; in IsIntrinsicNumeric()
3428 return leftType && rightType && in IsIntrinsicNumeric()
3436 if (std::optional<DynamicType> leftType{GetType(0)}) { in IsIntrinsicLogical()
[all …]