Lines Matching defs:BitSize
219 const unsigned BitSize = ByteSize * 8;
221 std::string BitSizeStr = utostr(BitSize);
265 Type *Ty = Type::getIntNTy(Ctx, BitSize);
271 /*Ret=*/BitSize <= 32, Attr),
274 // Args of type Ty need extension only when BitSize is 32 or less.
276 Idxs Idxs2Or12 ((BitSize <= 32) ? Idxs({1, 2}) : Idxs({2}));
277 Idxs Idxs34Or1234((BitSize <= 32) ? Idxs({1, 2, 3, 4}) : Idxs({3, 4}));
304 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart);
308 /*Ret=*/BitSize <= 32, Attr),
317 /*Ret=*/BitSize <= 32, Attr),
738 const unsigned BitSize = ByteSize * 8;
739 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
755 const unsigned BitSize = ByteSize * 8;
756 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
770 const unsigned BitSize = ByteSize * 8;
771 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);