Searched refs:SizedIntTy (Results 1 – 2 of 2) sorted by relevance
109 Type *SizedIntTy = Type::getIntNTy(Ctx, getAtomicSizeInBits()); in EmitAtomicLoadLibcall() local127 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in EmitAtomicLoadLibcall()
1912 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); in expandAtomicOpToLibcall() local1914 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall()2024 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()2055 ResultTy = SizedIntTy; in expandAtomicOpToLibcall()