Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp130 bool hasScalableVecTypes = false; in verifyCompatibleShapes() local
135 hasScalableVecTypes = true; in verifyCompatibleShapes()
138 if (hasScalableVecTypes && hasNonScalableVecTypes) in verifyCompatibleShapes()