Searched defs:EncodedAttrs (Results 1 – 1 of 1) sorted by relevance
238 uint64_t EncodedAttrs = Attrs.Raw() & 0xffff; in encodeLLVMAttributesForBitcode() local250 inline Attributes decodeLLVMAttributesForBitcode(uint64_t EncodedAttrs) { in decodeLLVMAttributesForBitcode()