Searched refs:SourceAlloca (Results 1 – 1 of 1) sorted by relevance
163 Value *SourceAlloca = Builder->CreateAlloca(Source->getType()); in EmitAtomicStoreLibcall() local165 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()