Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp175 uint64_t FauxAttr = PAWI.Attrs & 0xffff; in WriteAttributeTable() local
177 FauxAttr |= (1ull<<16)<<(((PAWI.Attrs & Attribute::Alignment)-1) >> 16); in WriteAttributeTable()
178 FauxAttr |= (PAWI.Attrs & (0x3FFull << 21)) << 11; in WriteAttributeTable()
180 Record.push_back(FauxAttr); in WriteAttributeTable()