Searched refs:isScalableVectorType (Results 1 – 5 of 5) sorted by relevance
442 CPred<"!isScalableVectorType($srcvec.getType()) || "443 "isScalableVectorType($dstvec.getType())">>]> {477 CPred<"!isScalableVectorType($res.getType()) || "478 "isScalableVectorType($srcvec.getType())">>]> {
517 bool isScalableVectorType(Type vectorType);
170 "!::mlir::LLVM::isScalableVectorType($_self)">,175 "::mlir::LLVM::isScalableVectorType($_self)">,
182 if (LLVM::isScalableVectorType(type)) { in parseCmpOp()2108 LLVM::isScalableVectorType(containerType)); in build()2142 LLVM::isScalableVectorType(typeV1)); in parse()2152 if (LLVM::isScalableVectorType(type1)) in verify()
915 bool mlir::LLVM::isScalableVectorType(Type vectorType) { in isScalableVectorType() function in mlir::LLVM