Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1760 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); in expandAtomicOpToLibcall() local
1762 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall()
1872 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()
1903 ResultTy = SizedIntTy; in expandAtomicOpToLibcall()