Searched refs:isCompatibleFloatingPointType (Results 1 – 5 of 5) sorted by relevance
501 bool isCompatibleFloatingPointType(Type type);
108 CPred<"::mlir::LLVM::isCompatibleFloatingPointType($_self)">,
734 return isCompatibleFloatingPointType(type) || type.isa<LLVMPointerType>(); in isValidElementType()867 bool mlir::LLVM::isCompatibleFloatingPointType(Type type) { in isCompatibleFloatingPointType() function in mlir::LLVM
2531 if (!mlir::LLVM::isCompatibleFloatingPointType(valType)) in verify()
3084 } else if (mlir::LLVM::isCompatibleFloatingPointType(ty)) { in matchAndRewrite()