Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp163 Value *SourceAlloca = Builder->CreateAlloca(Source->getType()); in EmitAtomicStoreLibcall() local
165 Builder->CreateStore(Source, SourceAlloca); in EmitAtomicStoreLibcall()
166 SourceAlloca = Builder->CreatePointerBitCastOrAddrSpaceCast( in EmitAtomicStoreLibcall()
167 SourceAlloca, Builder->getPtrTy()); in EmitAtomicStoreLibcall()
168 Args.push_back(SourceAlloca); in EmitAtomicStoreLibcall()