Searched refs:SizeVal64 (Results 1 – 1 of 1) sorted by relevance
1850 ConstantInt *SizeVal64 = ConstantInt::get(Type::getInt64Ty(Ctx), Size); in expandAtomicOpToLibcall() local1947 Builder.CreateLifetimeStart(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()1961 Builder.CreateLifetimeStart(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()1971 Builder.CreateLifetimeStart(AllocaResult, SizeVal64); in expandAtomicOpToLibcall()2004 Builder.CreateLifetimeEnd(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()2013 Builder.CreateLifetimeEnd(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()2024 Builder.CreateLifetimeEnd(AllocaResult, SizeVal64); in expandAtomicOpToLibcall()