Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1918 ConstantInt *SizeVal64 = ConstantInt::get(Type::getInt64Ty(Ctx), Size); in expandAtomicOpToLibcall() local
2015 Builder.CreateLifetimeStart(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()
2029 Builder.CreateLifetimeStart(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()
2039 Builder.CreateLifetimeStart(AllocaResult, SizeVal64); in expandAtomicOpToLibcall()
2072 Builder.CreateLifetimeEnd(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()
2081 Builder.CreateLifetimeEnd(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()
2092 Builder.CreateLifetimeEnd(AllocaResult, SizeVal64); in expandAtomicOpToLibcall()