Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching refs:Raw

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