Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching refs:Raw

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