Searched refs:PAWI (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp140 const AttributeWithIndex &PAWI = A.getSlot(i); local
141 Record.push_back(PAWI.Index);
147 uint64_t FauxAttr = PAWI.Attrs & 0xffff;
148 if (PAWI.Attrs & Attribute::Alignment)
149 FauxAttr |= (1ull<<16)<<(((PAWI.Attrs & Attribute::Alignment)-1) >> 16);
150 FauxAttr |= (PAWI.Attrs & (0x3FFull << 21)) << 11;

Completed in 28 milliseconds