Home
last modified time | relevance | path

Searched refs:SizedIntTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp109 Type *SizedIntTy = Type::getIntNTy(Ctx, getAtomicSizeInBits()); in EmitAtomicLoadLibcall() local
127 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in EmitAtomicLoadLibcall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1912 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); in expandAtomicOpToLibcall() local
1914 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall()
2024 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()
2055 ResultTy = SizedIntTy; in expandAtomicOpToLibcall()