Searched refs:CreateLifetimeEnd (Results 1 – 5 of 5) sorted by relevance
1920 Builder.CreateLifetimeEnd(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()1929 Builder.CreateLifetimeEnd(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()1940 Builder.CreateLifetimeEnd(AllocaResult, SizeVal64); in expandAtomicOpToLibcall()
496 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { in CreateLifetimeEnd() function in IRBuilderBase
2586 IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize); in InlineFunction()
805 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
3592 New = IRB.CreateLifetimeEnd(Ptr, Size); in visitIntrinsicInst()