reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AtomicExpandPass.cpp
 1621   bool UseSizedLibcall = canUseSizedAtomicCall(Size, Align, DL);
 1622   Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8);
 1628   ConstantInt *SizeVal64 = ConstantInt::get(Type::getInt64Ty(Ctx), Size);
 1642     switch (Size) {
 1697     Args.push_back(ConstantInt::get(DL.getIntPtrType(Ctx), Size));