Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1666 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); in expandAtomicOpToLibcall() local
1668 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall()
1778 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()
1814 ResultTy = SizedIntTy; in expandAtomicOpToLibcall()