LLVM Bitcode (.bc) analyzer. More information: https://llvm.org/docs/CommandGuide/llvm-bcanalyzer.html.
.bc
llvm-bcanalyzer {{path/to/file.bc}}
llvm-bcanalyzer -dump {{path/to/file.bc}}
stdin
cat {{path/to/file.bc}} | llvm-bcanalyzer