Lines Matching refs:BitSize
218 const unsigned BitSize = ByteSize * 8; in initialize() local
220 std::string BitSizeStr = utostr(BitSize); in initialize()
264 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initialize()
303 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); in initialize()
736 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
737 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
751 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
752 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
769 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
770 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
784 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
785 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()