Lines Matching defs:OffsetBit
309 unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) {
314 OffsetBit = AllocBefore % 8;
326 unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) {
331 OffsetBit = AllocAfter % 8;
1906 uint64_t OffsetBit;
1909 OffsetBit);
1912 OffsetBit);
1923 exportConstant(Slot, CSByConstantArg.first, "bit", 1ULL << OffsetBit,
1927 // Rewrite each call to a load from OffsetByte/OffsetBit.
1929 Constant *BitConst = ConstantInt::get(Int8Ty, 1ULL << OffsetBit);