Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1758 uint64_t EncodedAttrs) { in decodeLLVMAttributesForBitcode() argument
1761 unsigned Alignment = (EncodedAttrs & (0xffffULL << 16)) >> 16; in decodeLLVMAttributesForBitcode()
1767 addRawAttributeValue(B, ((EncodedAttrs & (0xfffffULL << 32)) >> 11) | in decodeLLVMAttributesForBitcode()
1768 (EncodedAttrs & 0xffff)); in decodeLLVMAttributesForBitcode()