Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp476 Attributes ReconstitutedAttr = Record[i+1] & 0xffff; in ParseAttributeBlock() local
478 ReconstitutedAttr |= Attribute::constructAlignmentFromInt(Alignment); in ParseAttributeBlock()
479 ReconstitutedAttr |= (Record[i+1] & (0xffffull << 32)) >> 11; in ParseAttributeBlock()
480 Record[i+1] = ReconstitutedAttr; in ParseAttributeBlock()