Home | History | Annotate | Download | only in Writer

Lines Matching refs:Raw

179       // Store the alignment in the bitcode as a 16-bit raw value instead of a
182 uint64_t FauxAttr = PAWI.Attrs.Raw() & 0xffff;
185 (((PAWI.Attrs & Attribute::Alignment).Raw()-1) >> 16);
186 FauxAttr |= (PAWI.Attrs.Raw() & (0x3FFull << 21)) << 11;