Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1890 uint64_t EncodedAttrs, in decodeLLVMAttributesForBitcode() argument
1894 unsigned Alignment = (EncodedAttrs & (0xffffULL << 16)) >> 16; in decodeLLVMAttributesForBitcode()
1901 uint64_t Attrs = ((EncodedAttrs & (0xfffffULL << 32)) >> 11) | in decodeLLVMAttributesForBitcode()
1902 (EncodedAttrs & 0xffff); in decodeLLVMAttributesForBitcode()