Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinTypes.cpp465 ShapedType candidateReducedType) { in isRankReducedType() argument
466 if (originalType == candidateReducedType) in isRankReducedType()
471 candidateReducedType.cast<ShapedType>(); in isRankReducedType()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.h363 ShapedType candidateReducedType);