Searched refs:SizeVal64 (Results 1 – 1 of 1) sorted by relevance
1766 ConstantInt *SizeVal64 = ConstantInt::get(Type::getInt64Ty(Ctx), Size); in expandAtomicOpToLibcall() local1863 Builder.CreateLifetimeStart(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()1877 Builder.CreateLifetimeStart(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()1887 Builder.CreateLifetimeStart(AllocaResult, SizeVal64); in expandAtomicOpToLibcall()1920 Builder.CreateLifetimeEnd(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()1929 Builder.CreateLifetimeEnd(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()1940 Builder.CreateLifetimeEnd(AllocaResult, SizeVal64); in expandAtomicOpToLibcall()