LLVM 19.0.0git
Namespaces | Functions
BCD.h File Reference
#include <assert.h>
#include <cstddef>
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

int64_t llvm::decodePackedBCD (const uint8_t *Ptr, size_t ByteLen, bool IsSigned=true)
 
template<typename ResultT , typename ValT >
ResultT llvm::decodePackedBCD (const ValT Val, bool IsSigned=true)