Lines Matching defs:OffsetBit
280 unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) {
285 OffsetBit = AllocBefore % 8;
297 unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) {
302 OffsetBit = AllocAfter % 8;
1865 uint64_t OffsetBit;
1868 OffsetBit);
1871 OffsetBit);
1882 exportConstant(Slot, CSByConstantArg.first, "bit", 1ULL << OffsetBit,
1886 // Rewrite each call to a load from OffsetByte/OffsetBit.
1888 Constant *BitConst = ConstantInt::get(Int8Ty, 1ULL << OffsetBit);